Search found 2 matches

by gigster99
Tue Feb 26, 2013 11:52 am
Forum: General
Topic: Manipulating CRLF
Replies: 2
Views: 681

beautiful - works like a charm.
FYI, the initial file size was 1.25GB. I encountered a TextPad error "Out of memory."
I used GNU sed to create 3 smaller files (~ 350 MB each) and your instructions worked perfectly.
Thank you.
by gigster99
Mon Feb 25, 2013 1:25 pm
Forum: General
Topic: Manipulating CRLF
Replies: 2
Views: 681

Manipulating CRLF

I have a big text file where each line is terminated with CRLF (i.e. a standard windows text file).
I have used unix sed to add a pipe at the end of each line.
Each logical file in the big text file is separated with $$$$.
$$$$ is on its own line.
I have removed the pipe from lines with $$$$.
I now ...