Skip to content

Latest commit

 

History

History
31 lines (29 loc) · 475 Bytes

entry.md

File metadata and controls

31 lines (29 loc) · 475 Bytes
aliases category classification date date_modified draft id image links local_archive_links pinned print series tags title type
du-cheatsheet
cli
public
2020-07-05 12:40:16 -0700
2020-07-05 12:40:16 -0700
false
20200705194016
false
false
bash
disk-usage
du
linux
File Space Usage with du
tech-note
# Show disk usage.
du --human-readable --max-depth=1

# Show and then sort disk usage.
du --human-readable --max-depth=1 | sort -n