[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ale] need a simple shell script



On 14 Mar 2005, at 17:13, James Baldwin wrote:

> for i in `find <directory> -name \*.html \;`; do grep -i 'verified' $i 
> && grep 04 $i && echo $i; done

Whoops, for i in `find <directory> -name \*.html`; do grep -i 
'verified' $i && grep 04 $i && echo $i; done

My bad.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 186 bytes
Desc: This is a digitally signed message part