Site menu

CodeCook.io

  • Languages
    • C
    • C++
    • CSS
    • Git
    • HTML
    • Java
    • JavaScript
    • jQuery
    • PHP
    • Python
    • Ruby
    • Scala
  • disk
  • folder

Command line - Disk space usage folder

Get the disk space used by folder

0
336
  • Share on Facebook
  • Share on Google+
  • Share on Twitter

Using du apparent size

du --apparent-size -d0 -h {{path}}
c

Notes

  • Low IO hit.
  • Often less than actual directory size.

last update: Oct. 26, 2014

Advertisement

This project is hosted on DigitalOcean, try it and support us

Random task

  • Add user group
  • Select dom element by class
  • Check if specific commit is on remote
  • Overwrite local file changes on pull
  • Push changes to remote
  • Blog
  • About
  • License