> What is the best way to replace line feeds in perl scripts 
> that I copy from my PC to my Unix machine?  They don't run on 
> the Unix side unless I open an editor and find/replace the 
> line feeds/carriage returns.
> 

tr -d '\015' < file >newfile


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to