for f in `find . -name "*.jpg"`; do convert $f -resize 50% $f; done
Źródło: https://stackoverflow.com/questions/10802606/how-to-batch-resize-images-in-ubuntu-recursively-within-the-terminal