Created
August 16, 2016 06:19
-
-
Save Francois-Francois/0775b21c8b70e11cc75ee804d853eda3 to your computer and use it in GitHub Desktop.
List Files in Human Readable Format
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
du -sk -- * | sort -n | perl -pe '@SI=qw(K M G T P); s:^(\d+?)((\d\d\d)*)\s:$1." ".$SI[((length $2)/3)]."\t":e' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment