View Single Post

  #3 (permalink)  
Old 05-13-2008, 09:07 PM
permalac permalac is offline
Junior Member
User
 
Join Date: May 2008
My distro: fedora
Posts: 20
Rep Power: 0
permalac is on a distinguished road
Default sed perl shell command to remove newline (\n) from a file

sure.



I have this :

Quote:
word1,
word2,
word3,
And I want this:

Quote:
word1,word2,word3,

Last edited by nixcraft; 05-14-2008 at 01:05 AM.
Reply With Quote