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 -->
  #4 (permalink)  
Old 07-11-2007
syndex syndex is offline
Registered User
 

Join Date: Jun 2007
Location: Pennsylvania
Posts: 40
Quote:
Originally Posted by hemangjani View Post
Code:
awk 'ORS=NR%2?";":"\n"' sample.txt
Could explain the awk line.

I'm so confused on awk and sed. Is there a good tutorial that explains what all that gibberish means?
Reply With Quote