Skip to content

Instantly share code, notes, and snippets.

@todgru
Last active December 11, 2015 12:39
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save todgru/4602472 to your computer and use it in GitHub Desktop.
Save todgru/4602472 to your computer and use it in GitHub Desktop.
bash
  • du -sh {directory} list display size of directory in human readable format.
  • du -sh * show size of each directory in the current path
  • df disk space usage
$ du -sh *
 11M  Applications
1.9G	Desktop
 14G	Documents
8.0K	Downloads
1.7G	Dropbox
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment