2026-03-03T22-01-27_auto_memory/2026-03-03-unix-du-sorting.md
This commit is contained in:
parent
9b7d5f8a41
commit
f89c205acc
5
memory/2026-03-03-unix-du-sorting.md
Normal file
5
memory/2026-03-03-unix-du-sorting.md
Normal 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.
Loading…
x
Reference in New Issue
Block a user