Skip to content

Instantly share code, notes, and snippets.

@devlights
Created July 26, 2019 07:35
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 devlights/60f35d6533c7a065754ecc9340729adb to your computer and use it in GitHub Desktop.
Save devlights/60f35d6533c7a065754ecc9340729adb to your computer and use it in GitHub Desktop.
duコマンドでトータルの容量だけを表示
$ du --total --summarize --human-readable .
1.6M    .
1.6M    合計

or

$ du -c -s -h .
1.6M    .
1.6M    合計
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment