# runAlch_music - batch job to run multiple Image Alchemy conversions # (convert images in directories like /mss/amrl//, etc. # change this line to change to directory on this level cd /music/copland/corr for i in $(ls -l | grep "^d" | cut -c55- ) do # change this line to reflect directory from above cd /music/copland/corr/${i} pwd # change these lines to change alchemy params alchemy *.jpg -- -c9 -Xd600 -+ -g1 -ds21 -o --. cd /music/copland/corr done