Re: Using built in Grep

2004-11-25 Thread Chance Ervin
- 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

RE: Using built in Grep

2004-11-25 Thread Charles K. Clarkson
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

re: Using built in Grep

2004-11-25 Thread FlashMX
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