|
Error in for loop?
Hi,
Working on AIX using the following for loop.
for a in `find /edi/iTracTEST/sessions -name nohup.out -print`
do
echo $a
done
On the command line it works fine, but insert the code in a file and then running it, it does not want to work. I get the following back.
' is not expected.s2.sh: 0403-057 Syntax error at line 3 : `do
Please advice
|