2026-03-03T22-01-27_auto_memory/2026-03-03-unix-du-sorting.md

This commit is contained in:
Nicholai Vogel 2026-03-03 15:01:27 -07:00
parent 9b7d5f8a41
commit f89c205acc
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
# 2026-03-03 Session Notes
## Unix du Sorting
User asked how to order `du -sh` output by size. Provided solution using `sort -h` to parse human-readable sizes (K, M, G). Noted that default ordering is smallest-first, and `-r` flag reverses to largest-first.

Binary file not shown.