From owner-freebsd-questions Wed Oct 3 12:51: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lists.blarg.net (lists.blarg.net [206.124.128.17]) by hub.freebsd.org (Postfix) with ESMTP id A555537B406 for ; Wed, 3 Oct 2001 12:51:03 -0700 (PDT) Received: from thig.blarg.net (thig.blarg.net [206.124.128.18]) by lists.blarg.net (Postfix) with ESMTP id 94170BD34; Wed, 3 Oct 2001 12:51:02 -0700 (PDT) Received: from localhost.localdomain ([206.124.139.115]) by thig.blarg.net (8.9.3/8.9.3) with ESMTP id MAA22469; Wed, 3 Oct 2001 12:51:02 -0700 Received: (from jojo@localhost) by localhost.localdomain (8.11.6/8.11.3) id f93JsbK88455; Wed, 3 Oct 2001 12:54:37 -0700 (PDT) (envelope-from swear@blarg.net) To: Nathan Mace , questions@FreeBSD.ORG Subject: Re: favorite ports? References: <15290.56821.22560.324180@guru.mired.org> From: swear@blarg.net (Gary W. Swearingen) Date: 03 Oct 2001 12:54:36 -0700 In-Reply-To: <15290.56821.22560.324180@guru.mired.org> Message-ID: Lines: 10 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Mike Meyer writes: > $ cd /usr/ports > $ find . -maxdepth 3 -name pkg-descr | xargs more Nice idea. I wondered by find's -exec wasn't used and I found out why, but at least it starts faster: find /usr/ports -maxdepth 3 -name pkg-descr -exec \ sh -c "echo @@@@@ {} @@@@@ ; less -P '%f' {} " \; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message