Date: Wed, 27 Nov 1996 15:06:46 -0800 (PST) From: asami@freebsd.org (Satoshi Asami) To: andreas@klemm.gtn.com Cc: andreas@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-share@freefall.freebsd.org Subject: Re: cvs commit: src/share/doc/handbook relnotes.sgml Message-ID: <199611272306.PAA15761@vader.cs.berkeley.edu> In-Reply-To: <Pine.BSF.3.95.961127070140.15672C-100000@klemm.gtn.com> (message from Andreas Klemm on Wed, 27 Nov 1996 07:05:29 %2B0100 (MET))
next in thread | previous in thread | raw e-mail | index | archive | help
* I think I did a:
*
* root{1010} /usr/ports find . -type d -name pkg -print | wc
* 711 711 13849
*
* That should be correct ?! Shouldn't it ? ;)
No. ;)
(1) Don't use find in the ports tree, we've kept things in a tree of
same pathlength to all the leaves so you can "echo */*/foo"
instead of find. In particular, you found all the "pkg" for the
categories (that hold stuff for the README.html templates).
(2) Besides, you can accomplish the same thing by "wc INDEX" just as
easily. (Ok, it's sometimes out of date, but it's usually within
one or two days of the ports tree.)
Satoshi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199611272306.PAA15761>
