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 04-22-2009
rsriramiyer rsriramiyer is offline
Registered User
  
 

Join Date: Mar 2009
Posts: 1
Thumbs up converting all records of a file in to one record

I have a file temp.dat. The contents of this file is as follows

abcdefgh
abcdefgh
abcdefgh
abcdefgh
abcdefgh
abcdefgh


The multiple records in this file needs to be converted in to a single record.

abcdefgh abcdefgh abcdefgh abcdefgh abcdefgh abcdefgh