aliases | category | classification | date | date_modified | draft | id | image | links | local_archive_links | pinned | series | tags | title | type | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
cli |
public |
2020-07-05 12:40:16 -0700 |
2020-07-05 12:40:16 -0700 |
false |
20200705194016 |
false |
false |
|
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