Send an email from the subscribed account to [EMAIL PROTECTED]
>
> Please stop sending me email..
>
> Thanks
>
>
> __
> The NEW Netscape 7.0 browser is now available. Upgrade now!
> http://channels.netscape.com/ns/browsers/dow
Chad Kellerman wrote:
>
>I was wondering if there is a one liner that searches a file for a
> string and then removes that line and the following four lines in the
> file?
grep 'string' -A 4 yourfile.txt | grep -v -f - yourfile.txt
:-)
John
--
use Perl;
program
fulfillment
--
To unsubs
On 9 Oct 2002, chad kellerman wrote:
> Perl gurus,
>
>I was wondering if there is a one liner that searches a file for a
> string and then removes that line and the following four lines in the
> file?
Any particular reason for a one-liner?
perl -i~ -pe '((/string/and$ln=$.)..($.-$ln==4))&&u
: McCollum, Frank; [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RE: Removal from list
Where is the FAQ?
--- "McCollum, Frank"
<[EMAIL PROTECTED]> wrote:
> I am trying to also. They request that you try all
> the options in FAQ,
> which I have yet
http://learn.perl.org/ (click on FAQ)
It is also mailed to the list every week.
Cheers,
Kevin
On Tue, Feb 12, 2002 at 08:26:08AM -0800, James Lucero ([EMAIL PROTECTED]) said
something similar to:
> Where is the FAQ?
---
[Writing CGI Applications with Perl - http://perlcgi-book.com]
You have
Where is the FAQ?
--- "McCollum, Frank"
<[EMAIL PROTECTED]> wrote:
> I am trying to also. They request that you try all
> the options in FAQ,
> which I have yet to read. So many emails, and so
> little time.
>
> -Frank
>
> -Original Message-
> From: James Lucero [mailto:[EMAIL PROTECT
I am trying to also. They request that you try all the options in FAQ,
which I have yet to read. So many emails, and so little time.
-Frank
-Original Message-
From: James Lucero [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 12, 2002 11:11 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTEC