[ale] need a simple shell script
James Baldwin
jbaldwin at antinode.net
Mon Mar 14 17:24:46 EST 2005
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
More information about the Ale
mailing list