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 09-01-2008
vikas_kesarwani vikas_kesarwani is offline
Registered User
  
 

Join Date: Jul 2008
Posts: 17
Question Transposing a file

i have a file as:

1
2
3
4
5

i want output as :

1 2 3 4 5

can anybody help on this??