bash:list_files_by_size
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
bash:list_files_by_size [2020/07/15 09:30] – external edit 127.0.0.1 | bash:list_files_by_size [2021/01/26 12:14] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== 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 ===== | ||
- | |||
- | [[BASH:Find largest files|Find largest files]] |
bash/list_files_by_size.1594805433.txt.gz · Last modified: 2020/07/15 09:30 by 127.0.0.1