Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] shell question
- Date: Fri, 16 Apr 2004 18:38:07 -0400
- From: Viktor Pavlenko <vvp@example.com>
- Subject: Re: [tlug] shell question
- References: <20040416041018.A39D.SL@example.com><20040416145622.W12264@example.com>
>>>>> "TMQ" == Tod McQuillin <devin@example.com> writes: TMQ> On Fri, 16 Apr 2004, Stephen Lee wrote: >> I often find myself wanting to remove from piped data lines >> starting with one regxp and ending with another. e.g. >> >> This is line 1 >> Beginning >> some unneeded data >> some more unneeded data >> Finishing >> Some more lines >> >> I want to remove every line between 'Beginning' and 'Finishing' >> inclusive. Do you know any quick, short command that does it? TMQ> perl -ne 'print unless /^Beginning$/ .. /^Finishing$/' file Isn't it amazing how expressive perl is? The ease of writing unreadable perl scripts is just another proof of it, that's the price you pay for expressiveness. -- Viktor
- Follow-Ups:
- Re: [tlug] shell question
- From: Stephen J. Turnbull
- References:
- [tlug] shell question
- From: Stephen Lee
- Re: [tlug] shell question
- From: Tod McQuillin
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] shell question
- Next by Date: Re: [tlug] Restarting a dead DNS lookup
- Previous by thread: Re: [tlug] shell question
- Next by thread: Re: [tlug] shell question
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links