# Resizer, DO NOT USE dir=`pwd` FILES=`ls|grep png` for file in $FILES; do convert $file -resize 340x340 $file done