fatsort
utility for sorting FAT directory structures
Install
- All systems
-
curl cmd.cat/fatsort.sh
- Debian
-
apt-get install fatsort
- Ubuntu
-
apt-get install fatsort
- Arch Linux
-
pacman -S fatsort
- Kali Linux
-
apt-get install fatsort
- Fedora
-
dnf install fatsort
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install fatsort
- OS X
-
brew install fatsort
- Raspbian
-
apt-get install fatsort
- Dockerfile
- dockerfile.run/fatsort
fatsort
utility for sorting FAT directory structures
FATSort is a utility that sorts FAT16 and FAT32 partitions. It even can handle long file name entries. It reads the boot sector and sorts the directory structure recursively. This is for example useful for sorting the files on your MP3 player when it doesn't implement a sorting function itself.