I do this on my script:
set Cnt1 =`echo $Cnt | awk '{print $1}'` set Cnt2 =`echo $Cnt | awk '{print $2}'` set Cnt3 =`echo $Cnt | awk '{print $3}'`
I get the error "set: Variable name must begin with a letter". Can someone tell me what I'm doing wrong. Cnt got a value similar to this:
Cnt = 1 1 1
source share