Tech Remove jpg files with conditions via bash kevin-tofu January 17, 2023 1 min read for f in ./*.jpg do echo $f echo ${#f} if [ ${#f} -gt 20] then rm $f fi done Continue Reading Previous Previous post: Password Creation using htpasswd to Do Basic Authentication or Digest authentication on ubuntuNext Next post: Cannot find name process Error in TypeScript Related News Optimality Criteria (OC) Method Optimality Criteria (OC) Method Python Logger Python Logger Download a File with wget thru Proxy Server Download a File with wget thru Proxy Server How Sparse Matrix stores the Data How Sparse Matrix stores the Data