The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
need help on multiple expression
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Forum Rules
FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
need help on multiple expression
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
5
(
permalink
)
05-15-2008
finalight
Registered User
Join Date: May 2008
Posts: 51
Quote:
Originally Posted by
rubin
One way:
Code:
awk '!/^\=+/ && !/^\(/ ' your_file
can you please explain the pattern to me?
and it says event not found
finalight
View Public Profile
Find all posts by finalight