Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
removing new lines from a file
Name: hernandez Date: December 4, 2003 at 04:52:47 Pacific OS: xp / korn shell CPU/Ram: 196
Comment:
Hi,
I have a massive datafile - 1,000,000+ characters. I want to remove all the new lines from it so the data is one continuos flow. I tried xargs but it complains of exceeding 2048 characters. Can anyone help?
Summary: Hi All, I want to get the first line from a file and write it into another file. Please help. Thanks in advance. Regards, Raj Thanks & Regards, Raj...
Summary: I was wondering if you could help me with a script to remove ALL the lines in a file that contain the word "BOUNDARY". I have the script like this so far, but It will only remove the first occurance ...