The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
how to delete text from line starting pattern1 up to line before pattern2?
.
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
:
how to delete text from line starting pattern1 up to line before pattern2?
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
5
(
permalink
)
04-14-2008
radoulov
addict
Join Date: Jan 2007
Location: Варна, България / Milano, Italia
Posts: 2,926
Or:
Code:
awk '/^<bag name=/{f=0}$0~v{f=1}!f' v="mybag2" file
Use nawk or /usr/xpg4/bin/awk on Solaris.
radoulov
View Public Profile
Find all posts by radoulov
Find radoulov's past nominations received
Find radoulov's present nominations given