Re: scripting an interactive web page

"Voytek Eymont" <[email protected]> Mon, 12 Apr 2010 17:05:02 +1000 (EST)
Newsgroups gmane.org.user-groups.slug.chat
Message-ID <[email protected]>
On Sat, April 10, 2010 4:02 pm, Daniel Pittman wrote:
> "Voytek Eymont" <[email protected]> writes:

> awk '/^References/ { exit } { print }' input.text

Daniel,

thanks, works good, though I now modified to get me page between 'Page'
and 'References' like so

awk '/Page/, /References/  { print }' file.ful  > file

I also have multiple lines starting blank followed by 3 UPPER chars like:

' INT'

how can I get rid of all lines starting with ' INT' ?



-- 
Voytek

-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html