[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Need help with some text files



	I don't know what you unZIPed the files with, but another option is
to use the view option in UnZIP 1.0 (the thing I just put out for the //e and
up, plug-plug).  It will work fine with either CRs *OR* LFs, and if the text
file has a CR/LF combination, it will detect that and only do one newline.
The unZIP to disk does not do this, but it's often more efficient to just
view the files from within the ZIP - no expansion, so it takes less space on
disk, and doesn't fragment your disk with more files...

	Another way to do it, beyond the ones that Soenke mentioned, is the
tr utility in Davex - tr infile outfile -s^m^j -r^m should do it...

                                                   The Power