RE: Removal

2003-02-05 Thread Dan Muey
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

Re: removal of a line in a file

2002-10-09 Thread John W. Krahn
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

Re: removal of a line in a file

2002-10-09 Thread Sudarshan Raghavan
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

RE: Removal from list

2002-02-12 Thread McCollum, Frank
: 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

Re: Removal from list

2002-02-12 Thread Kevin Meltzer
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

RE: Removal from list

2002-02-12 Thread James Lucero
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

RE: Removal from list

2002-02-12 Thread McCollum, Frank
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