Date: Tue, 4 Jul 2006 15:03:40 +0700 (ICT) From: Olivier Nicole <on@cs.ait.ac.th> To: dick@nagual.st Cc: freebsd-questions@freebsd.org Subject: Re: find syntax Message-ID: <200607040803.k6483e9A029133@banyan.cs.ait.ac.th> In-Reply-To: <20060704075943.GA17920@lothlorien.nagual.st> (message from dick hoogendijk on Tue, 4 Jul 2006 09:59:43 %2B0200) References: <20060704075943.GA17920@lothlorien.nagual.st>
next in thread | previous in thread | raw e-mail | index | archive | help
> #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 Most probably. olivier
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607040803.k6483e9A029133>