Another question from a newbie linux scripter. I am trying to mogrify all the files in a folder using this command
find -name "*.jpg" -exec mogrify -resize 320 -quality 75 {} \;
The command is executed, but nothing happens.
Thanks in advance
source share