for f in ./*.jpg do echo $f echo ${#f} if [ ${#f} -gt 20] then rm $f fi done Post navigation Password Creation using htpasswd to Do Basic Authentication or Digest authentication on ubuntuCannot find name process Error in TypeScript