Page 1 of 1

Weird command won't execute in UNIX batch shell error

Posted: 2013-12-09T11:18:38-07:00
by myoglu
Hi!
When typing in this command in Osx shell I get this ">" error:

for i in *.tif; do convert "$i" path/grid-35by35.png -depth 8 -compose Over -composite “35x35$i";done
>

But, when I type in:

for i in *.tif; do convert "$i" path/Double-lattice-50x50.png -depth 8 -compose Over -composite "50x50$i";done

It works!

The to different .png files are identical in size/type etc. So what is going on here?
I have tried everything, changing versions, changing paths, changing names etcetc. Nothing works...

Please help.

Re: Weird command won't execute in UNIX batch shell error

Posted: 2013-12-09T12:07:57-07:00
by myoglu
I FOUND IT!!! Sooooo annoying:

"

vs




In one place.. Can you spot it? Auto-correction sucks b***ls