- Feb 17, 2002
- 4,723
- 80
- 91
Error I'm getting:
'/exeme_binarize.sh: line 1: syntax error near unexpected token `
'/exeme_binarize.sh: line 1: `for src in *.pgm;
First two lines of the shellscript:
for src in *.pgm;
do
... what?? I don't understand the problem... Thanks in advance for your help.
'/exeme_binarize.sh: line 1: syntax error near unexpected token `
'/exeme_binarize.sh: line 1: `for src in *.pgm;
First two lines of the shellscript:
for src in *.pgm;
do
... what?? I don't understand the problem... Thanks in advance for your help.