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 UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #5 (permalink)  
Old 05-15-2008
finalight finalight is offline
Registered User
 

Join Date: May 2008
Posts: 51
Quote:
Originally Posted by rubin View Post
One way:

Code:
awk  '!/^\=+/ && !/^\(/ '  your_file
can you please explain the pattern to me?

and it says event not found
Reply With Quote