Skip to content

Instantly share code, notes, and snippets.

@narthur
Created January 12, 2016 19:11
Show Gist options
  • Save narthur/650f966b4c346e3eb81b to your computer and use it in GitHub Desktop.
Save narthur/650f966b4c346e3eb81b to your computer and use it in GitHub Desktop.
Sort contents by file size recursively
ls -RlhS
# -R: recursive
# -l: long listing
# -h: human readable file sizes
# -S: sort by file size
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment