bash:list_files_by_size
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
bash:list_files_by_size [2019/12/07 01:40] – created peter | 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 ===== | ||
- | |||
- | [[Ubuntu: |
bash/list_files_by_size.1575682848.txt.gz · Last modified: 2020/07/15 09:30 (external edit)