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

Re: LF to CR Conversion



In article <35h9pe$jc8@panix2.panix.com> moxie@panix.com (Mark Mentovai) writes:
>OK.....I think Nulib should be able to do this, but I can't figure out 
>how.  I want to know of a program for Unix that will change all Linefeeds 
>to Carriage Returns in a specified file, so I can compress it before 

tr can do this.  Pipe your file through "tr '\015' '\012'".

BTW, congrats on the Newsday article.

Jason Simmons
jsimmons@sbcs.sunysb.edu