Skip to content

Instantly share code, notes, and snippets.

@rynmrtn
Last active August 30, 2015 14:15
Show Gist options
  • Save rynmrtn/149063 to your computer and use it in GitHub Desktop.
Save rynmrtn/149063 to your computer and use it in GitHub Desktop.
# calculate the size of a directory in human readable format
du -s -h /directory
# Also
du -h --max-depth=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment