Description: The standard utility 'du' is darn handy, but I've always wanted a way to have it sorted by size, yet still have it display human-readable format. So, I wrote this little Perl script to 'enhance' the du utility.It now sorts by size, in human-readable (K, MB, GB), and also gives a total space used at the end.
|