I have a text file that contains lots of data arranges as String separated by lines. I am facing an error in another program that uses this file. It seems there is a non alphabetical/numerical character. How can I search for it? How can I remove it if found ?
EDIT: including spaces (i.e, the line is white space).
vi -b myfile.txtand visually inspect it for the offending non-ASCII character. – paulsm4 Dec 26 '12 at 4:10