remove files of specific size - linux code example Example: delete all files smaller than a certain size linux find . -name "*.tif" -type 'f' -size -160k -delete