Can anybody tell me what is wrong in this script?
`for i in {1..7};
do for j in {1..5};
$a =$ix630;
$y =$jx900;
do
mogrify
-crop $ax$y+675+900 +repage /home/vas/Documents/Web_Design/Mold%20ISEF%202014/poster/Ready/body_final.png;
done;
done`
Are you trying to perform some multiplications in the nested
for
loops and assign the values toa
andy
?Check out the values generated here: