shell script error msg
I'm trying to run a shell script on a Linux system and I keep getting an error message:
"Syntax error near unexpected token `"<tr><t'
The line it's referencing is
printf "<tr><td>Site</td><td align='right'>Pages Hit</td><td align='right'>Uniqs</td>" >> $sst
What in the heck is an unexpected token? The script works fine on a unix box. I've struck out trying to find info about it on google.
Thanks
SS
|