PETERZSIGMOND.DEV
GitHub

Commands

A collection of shell commands for IT people

Shell >

Disk usage

File system disk space usage

df -h
-h: human-readable

File space usage

du -h file
-h: human-readable

Directory space usage

du -sh dir/
-h: human-readable
-s: top level dir only