Skip to content

Instantly share code, notes, and snippets.

@bbarth
Created June 6, 2011 16:36
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save bbarth/1010599 to your computer and use it in GitHub Desktop.
Save bbarth/1010599 to your computer and use it in GitHub Desktop.
Sort disk usage of directory in desc order - Works on HP-UX
du -sk * | sort -nr | more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment