The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
regular expression across some lines
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
regular expression across some lines
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
05-24-2007
aigles
Registered User
Join Date: Apr 2004
Location: Bordeaux, France
Posts: 1,429
You can try something like that :
Code:
awk ' BEGIN { RS=ORS=";\n" } /create/ && ! /tablespace/ { sub(/^\n*/, ""); print } ' inputfile
Jean-Pierre.
aigles
View Public Profile
Find all posts by aigles
Find aigles's past nominations received
Find aigles's present nominations given