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 -->
  #2 (permalink)  
Old 01-24-2008
thana thana is offline
Registered User
 

Join Date: Jan 2008
Posts: 52
[code:]


nawk -F'[()]' 'NR>3 {print $4}' filename


[code:]
Reply With Quote