The UNIX and Linux Forums  


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




Thread: AWK program
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #6 (permalink)  
Old 03-18-2009
achellstrom achellstrom is offline
Registered User
  
 

Join Date: Feb 2009
Posts: 16
Sorry it is late here. I made a typo. Here is the answer
awk '{print $5}' file1 ...... file184>result.txt;paste -s result.txt > a06.txt