Skip to content

Instantly share code, notes, and snippets.

@shreeshga
Created June 20, 2013 12:44
Show Gist options
  • Save shreeshga/5822381 to your computer and use it in GitHub Desktop.
Save shreeshga/5822381 to your computer and use it in GitHub Desktop.
list files ordered by size
ls -lhs | sort -k5,5rn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment