Source? I tried searching for it and found nothing.
- 0 Posts
- 3 Comments
Joined 1 year ago
Cake day: August 15th, 2025
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
It doesn’t sort them in the programming sense, it’s just moving files to another directory based on the filename
qsort -w /home/user/Documents -t ext --df .txtis equivalent to
ls *.txt | xargs -I {} mv {} /home/user/Documents


You mean an African distro?