# runAlch_amrlm batch job to run multiple Image Alchemy conversions # (convert images in directories like /gc/amrl/gs/aa1, etc. # change this line to change directory cd /rbc/rbcprod/rbpe09/ # also change this line to change directory cd /rbc/rbcprod/rbpe09/ for i in $(ls -l | grep "^d" | cut -c55- ) do cd /rbc/rbcprod/rbpe09/${i} for k in $(ls -l | grep "^d" | cut -c55- ) do cd /rbc/rbcprod/rbpe09/${i}/${k} find *.tif -print | wc -l done done