--- Olivier Nicole <[EMAIL PROTECTED]> wrote:

> > #find /dir/to/htmlfile -name *.html -exec perl -p -i -e
> > "s/nagual.st/nagual.nl/g;" {} \;
> 
> You should escape the * that you pass to find:
> 
> -name \*.html

Or

-name "*.html"

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to