Last active
March 15, 2016 16:34
-
-
Save nomeyer/d7077d02960b8a289ae4 to your computer and use it in GitHub Desktop.
Size of directory in command line (from http://askubuntu.com/questions/1224/how-do-i-determine-the-total-size-of-a-directory-folder-from-the-command-line)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
du -hs /path/to/directory |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment