Mass deleting Posted on 1 April 2010 by Nicolas If you want to delete files by size (here files of 912345 bytes): find . -size 912345c -print -exec rm -f {} \;