Hi,
I am new to the C Shell and am trying to assign variables. I am working on this line;
foo=`grep -i "does not" $log`
However am having problems, I have alsop tried
set foo=`grep -i "does not" $log`
However am getting a variable syntax problem, has anyone any ideas?
Stewart.
I am new to the C Shell and am trying to assign variables. I am working on this line;
foo=`grep -i "does not" $log`
However am having problems, I have alsop tried
set foo=`grep -i "does not" $log`
However am getting a variable syntax problem, has anyone any ideas?
Stewart.