ubuntu:bash:list_files_by_size
Differences
This shows you the differences between two versions of the page.
ubuntu:bash:list_files_by_size [2019/11/29 10:49] – created peter | ubuntu:bash:list_files_by_size [2019/12/07 01:40] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Ubuntu - Bash - List files by size ====== | ||
- | <code bash> | ||
- | du --max-depth=1 | sort -n -r | perl -ne ' | ||
- | du -csh === du -chd0 | ||
- | du -csh */ | sort -h | ||
- | du -sh */ | sort -h | ||
- | du -h -d1 | ||
- | ls -lhS | ||
- | </ | ||
- | |||
- | ---- | ||
- | |||
- | ===== References ===== | ||
- | |||
- | [[Ubuntu: |
ubuntu/bash/list_files_by_size.1575024575.txt.gz · Last modified: 2020/07/15 09:30 (external edit)