bash:find_largest_files
This is an old revision of the document!
BASH - Find largest files
sudo find / -size +100M -exec ls -lh {} \;
bash/find_largest_files.1575682679.txt.gz ยท Last modified: 2020/07/15 09:30 (external edit)
This is an old revision of the document!
sudo find / -size +100M -exec ls -lh {} \;