Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@mamemomonga
Created November 25, 2014 01:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mamemomonga/c3df0c021116b367d478 to your computer and use it in GitHub Desktop.
Save mamemomonga/c3df0c021116b367d478 to your computer and use it in GitHub Desktop.
ルートディレクトリにある各種ディレクトリごとの容量を調べる
find / -maxdepth 1 -type d -exec du -sh {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment