Elektrine lite

← Feed

@ole@chaos.social

Post #2419282

2026-04-25 15:37 UTC

Useful Mac/Unix/Linux terminal command for listing a directory by size (incl. subdirs): du -h -d 1 <DIR> | sort --sort=human-numeric This will list every file/dir in <DIR> with its total size, with the biggest items sorted last (where you don’t have to scroll to see them).

Replies (2)