Date: 15 Jun 1999 08:53:56 +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: <xzpemjeeyyj.fsf@flood.ping.uio.no> In-Reply-To: kip@lyris.com's message of "Mon, 14 Jun 1999 16:59:46 -0700 (PDT)" References: <Pine.SOL.4.05.9906141657090.12993-100000@luna>
next in thread | previous in thread | raw e-mail | index | archive | help
kip@lyris.com writes: > I am sorry, but I don't see any files in there other than Makefile. When I > grep down the hierarchy for kern.maxfiles I eventually get "/usr/bin/grep: > Argument list too long". Is there a specific file somewhere in there? No. Don't use glob patterns; use find and xargs. And don't grep for 'kern.maxfiles', but for 'SYSCTL.*maxfiles'. 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?xzpemjeeyyj.fsf>