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.
Weird command won't execute in UNIX batch shell error
Re: Weird command won't execute in UNIX batch shell error
I FOUND IT!!! Sooooo annoying:
"
vs
“
In one place.. Can you spot it? Auto-correction sucks b***ls
"
vs
“
In one place.. Can you spot it? Auto-correction sucks b***ls