- Original Message - From: "FlashMX" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, November 25, 2004 8:31 AM
Subject: re: Using built in Grep
>
> I need to search for a certain string in a datafile and execute some other
code if a match is fou
FlashMX <[EMAIL PROTECTED]> wrote:
: I need to search for a certain string in a datafile and
: execute some other code if a match is found.
:
: Do I have to read in the file before I can perform a grep?
Yes.
: I thought the grep works like it would from a command line?
: grep "string to se
I need to search for a certain string in a datafile and execute some other code
if a match is found.
Do I have to read in the file before I can perform a grep? I thought the grep
works like it would from a command line?
grep "string to search"
--
To unsubscribe, e-mail: [EMAIL PROTECTED