The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 02-06-2007
Rock Rock is offline
Registered User
  
 

Join Date: Sep 2006
Posts: 23
Remove Line Break

Dear all,


Please advise what approach can remove all line break from a text file?
e.g.
Source file:
A
B
C

Target file:
A, B, C


Thanks,
Rock