did you exported the file from windows to linux or vice versa...?...you will get this type of error when file contians bad character like ^I,^M
this usually happens when you transfer file in cross platform.
try vi filename
command :se list in unix to check bad character like ^I,^M in file delete this character if it is present.
did you exported the file from windows to linux or vice versa...?...you will get this type of error when file contians bad character like ^I,^M
this usually happens when you transfer file in cross platform.
try vi filename
command :se list
in unix to check bad character like ^I,^M in file delete this character if it is present.