du

Estimate file space usage

← All commands

Common Examples

$ du -sh *
$ du -h --max-depth=1
$ du -sh /path
$ du -a | sort -rh | head -20