Posted in Command Line, Linux Compress the Big Files Binny V A August 23, 2012 Leave a Comment on Compress the Big Files Compress the big image files for i in (find . -size +1M); do convert -resize 40% -quality 80i $i; done Author: Binny V AA philosopher programmer who specializes in backend development and stoicism.