The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 07-11-2007
hemangjani hemangjani is offline
Registered User
 

Join Date: Feb 2006
Posts: 65
Smile

Code:
awk 'ORS=NR%2?";":"\n"' sample.txt
Reply With Quote