Re: Simple bash script to grep files for bad keywords

2005-03-23 Thread Philip M. Gollucci
Brian John wrote: On 2005-03-23 12:29, Brian John <[EMAIL PROTECTED]> wrote: Hello, I am trying to write a simple bash script that will grep all files in a directory (except ones that start with "00") for certain bad keywords. Here is what I have so far: #!/bin/bash # This is a simple

Re: Simple bash script to grep files for bad keywords

2005-03-23 Thread Brian John
> On 2005-03-23 12:29, Brian John <[EMAIL PROTECTED]> wrote: > > Hello, > > I am trying to write a simple bash script that will grep all files > > in a directory (except ones that start with "00") for certain bad > > keywords. Here is what I have so far: > > > #!/bin/bash > > > > # This is a simpl

Re: Simple bash script to grep files for bad keywords

2005-03-23 Thread Giorgos Keramidas
On 2005-03-23 12:29, Brian John <[EMAIL PROTECTED]> wrote: > Hello, > I am trying to write a simple bash script that will grep all files > in a directory (except ones that start with "00") for certain bad > keywords. Here is what I have so far: > #!/bin/bash > > # This is a simple script to check

Simple bash script to grep files for bad keywords

2005-03-23 Thread Brian John
Hello, I am trying to write a simple bash script that will grep all files in a directory (except ones that start with "00") for certain bad keywords. Here is what I have so far: #!/bin/bash # This is a simple script to check all sql scripts for bad keywords BAD_KEYWORDS='spool echo timing commit