attempting to eliminate all line Feeds from a file..
using the following
cat filename | sed "s/\^J//g" > newfile
I receive the error:
sed: 0602-410 The first regular expression cannot be null.
so how do I eliminate LInefeeds from a file ??
Thanks folks!
Bob
Bob Schmid
bob_schmid@hmis.org
330-746-1010 ext. 1347
using the following
cat filename | sed "s/\^J//g" > newfile
I receive the error:
sed: 0602-410 The first regular expression cannot be null.
so how do I eliminate LInefeeds from a file ??
Thanks folks!
Bob
Bob Schmid
bob_schmid@hmis.org
330-746-1010 ext. 1347