> 1. Take all images in a source directory and convert them to 800x600 resolution.
mkdir thumbs ls *.jpg | xargs -l -i convert -resize 800x600 {} thumbs/{} Using xargs will prevent spawning several hundred processes... Chris -- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list