/*resize all jpg images to 50px width in current folder*/ sudo apt-get install imagemagick -y mogrify -resize 50x ./*.jpg