Date: 16 Jun 1999 09:33:25 +0200 From: Dag-Erling Smorgrav <des@flood.ping.uio.no> To: kip@lyris.com Cc: Dag-Erling Smorgrav <des@flood.ping.uio.no>, chad@DCFinc.com, nick@kolia.north.gencon.com, freebsd-stable@FreeBSD.ORG Subject: Re: open files Message-ID: <xzpg13seh16.fsf@flood.ping.uio.no> In-Reply-To: kip@lyris.com's message of "Tue, 15 Jun 1999 11:09:55 -0700 (PDT)" References: <Pine.SOL.4.05.9906151058580.17109-100000@luna>
next in thread | previous in thread | raw e-mail | index | archive | help
kip@lyris.com writes: > find . -name "*" | xargs grep "SYSCTL\." > and > find . -name "*" | xargs grep "SYSCTL\.*maxfiles" > > don't find anything, just searching for SYSCTL ends up searching through > binaries. Read 'man re_format' and understand why you should have typed the regexp exactly as I showed you instead of going off on a whim and adding a backslash. DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?xzpg13seh16.fsf>