Skip to content

Instantly share code, notes, and snippets.

@narthur
Created January 26, 2016 15:38
Show Gist options
  • Save narthur/677f984c33f171f6e8f9 to your computer and use it in GitHub Desktop.
Save narthur/677f984c33f171f6e8f9 to your computer and use it in GitHub Desktop.
Get size of a directory in Unix terminal
# Source: http://unix.stackexchange.com/a/3021/138212
du -sh directory_name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment