How can I use du -h to sort the displayed files and directories in ascending order of size?
Asked
Active
Viewed 1.1k times
5
How can I use du -h to sort the displayed files and directories in ascending order of size?
ls -Sr/ls -lSr(with the caveat that all directories would be listed as4096...) – kos May 03 '24 at 07:08