Skip to content

Instantly share code, notes, and snippets.

@phanect
Created August 31, 2016 03:57
Show Gist options
  • Save phanect/de6836e4c248cac1eafe6a3a98f9a403 to your computer and use it in GitHub Desktop.
Save phanect/de6836e4c248cac1eafe6a3a98f9a403 to your computer and use it in GitHub Desktop.

How to show total directory size of directories in current directory:

$ du --max-depth=1 -h ./
47M     ./foo
2.0M    ./bar
6.6G    ./hoge
4.0K    ./fuga
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment