du
Verified for current stable LTS
Du Commands
Du command syntax with verified terminal examples.
Commands
7 commands for Du
du Operations
Du Command: List All Sizes Within Directory
du -ah <path/to/directory> du Operations
Du Command: List Directory Sizes Human Readable
du -h <path/to/directory> du Operations
Du Command: List Directory Sizes In Specific Units
du -<b|k|m> <path/to/directory> du Operations
Du Command: List Files Above Threshold Size
du -ah -t <1G|1024M|1048576K> .[^.]* * du Operations
Du Command: List Human Readable Sizes Of Jpg Files
du -ch *.jpg du Operations
Du Command: List Sizes Up To N Levels Deep
du -h -d <n> <path/to/directory> du Operations
Du Command: Show Size Of Single Directory
du -sh <path/to/directory> Suggest a Du Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Du workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.