how to get rid of /n from file accept the one at the end of the line
Ryan Gaffuri
08-19-04 10:58 PM
I have a file of the form
hello|goodbye|hello /n goodbye| /n
I need to remove all /n accept for the one at the end of the line.
Problem is /n determines what the end of the line.