du Command Examples

Disk usage: estimate and summarize file and directory space usage. More information: https://www.gnu.org/software/coreutils/manual/html_node/du-invocation.html.

du -{{b|k|m}} {{path/to/directory}}

du {{[-h|--human-readable]}} {{path/to/directory}}

du {{[-sh|--summarize --human-readable]}} {{path/to/directory}}

du {{[-ah|--all --human-readable]}} {{path/to/directory}}

du {{[-h|--human-readable]}} {{[-d|--max-depth]}} N {{path/to/directory}}

du {{[-ch|--total --human-readable]}} {{./*.jpg}}

du {{[-ah|--all --human-readable]}} {{[-t|--threshold]}} {{1G|1024M|1048576K}} .[^.]* *