Skip to content

Instantly share code, notes, and snippets.

@napsternxg
Created November 23, 2012 05:04
Show Gist options
  • Save napsternxg/4134075 to your computer and use it in GitHub Desktop.
Save napsternxg/4134075 to your computer and use it in GitHub Desktop.
List the size of all folders in directory path
du -k | sort -nr | more #Returns the answer in KBs
du -sh /* #returns in a more human readable form
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment