On Mon, Oct 11, 2004 at 09:57:53AM +1000, Howard Lowndes wrote:
> What would be the best utility to use to get a count of inodes in each
> directory at any given level in the tree.

Try:

        find .  -ls |sort -r -n -k 4

pipe to head to get the few, or
dump to a file

Matt
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to