gotcha thanks. working

On Wed, 03 Nov 2004 15:04:49 +1300
Jim Cheetham <[EMAIL PROTECTED]> wrote:

> > find . -type f -exec "grep string1 {}"
> find . -type f -exec grep string1 {} \;
> 
> No quotes, and find needs to see the ;, so you have to blackslash quote 
> it away from the shell.
> 
> -jim

-- 
Nick Rout <[EMAIL PROTECTED]>

Reply via email to