Date: Thu, 25 Sep 1997 18:15:30 +0200 From: Mark Murray <mark@grondar.za> To: Nate Williams <nate@mt.sri.com> Cc: Greg Lehey <grog@lemis.com>, FreeBSD current users <FreeBSD-current@FreeBSD.ORG> Subject: Re: find still broken - is this only happening to me? Message-ID: <199709251615.SAA04793@greenpeace.grondar.za>
next in thread | raw e-mail | index | archive | help
Nate Williams wrote:
> > I reported this a couple of weeks ago. Has nobody else experienced it?
> >
> > $ find /sys -follow -name "*.[csh]" | xargs grep ENFILE|less
> > ): no beginning '('
>
> Works for me (w/out less, since I don't have it installed). No errors.
This chap (Greg?) most likely has a funny file somewhere. Make the command
line:
$ find /sys -follow -name '*.[csh]' | xargs grep ENFILE|less
(singe quotes, not double), and it should work. The *.[csh] is being
allowed to glob by the "".
M
--
Mark Murray
Join the anti-SPAM movement: http://www.cauce.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199709251615.SAA04793>
