thread822-1411551
If any one facing this problem while moving their UNIX,shell,gawk code to Linux/UNIX machine from windows machine which is developed from cygwin or UnxUtils
' in expressionep.awk:4: ^ invalid char '
Go to Unix Box and do dos2unix as like
$ dos2unix FileName.awk
and then try out .... this worked for me ... Cheers
Ravishankar Dhamodharan
If any one facing this problem while moving their UNIX,shell,gawk code to Linux/UNIX machine from windows machine which is developed from cygwin or UnxUtils
' in expressionep.awk:4: ^ invalid char '
Go to Unix Box and do dos2unix as like
$ dos2unix FileName.awk
and then try out .... this worked for me ... Cheers
Ravishankar Dhamodharan