The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

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 12-05-2006
hnhegde hnhegde is offline
Registered User
  
 

Join Date: Aug 2006
Posts: 22
merge multiple lines from flat file

Hi,

I have a tab delimited flat file like this:
Code:
189     Guide de lutilisateur sur lappel conférence à trois au moyen d'adaptateurs téléphoniques        <TABLE><TBODY><TR><TD><DIV class=subheader>La fonction Appel conférence à trois </DIV></TD>
\
<TD><?php print $navTree["features"]["3_way_calling"]["name"];?> vous permet de tenir un appel conférence simultanément avec deux autres parties. </TD></TR>
\
<TR>
\
<TD height=10></TD></TR>
\
<TR>
\
How do I merge all these lines into one single line? I searched through the forum, but did not find anything helpful.

TIA,