David,

I'll review the code.

There are two reasons I know of that result in directories not be displayed:

1. The sum of the sizes of files found in that directory is less than the threshold specified. Specify a threshold of _100 for all directories.

2.  The directory contains primarily files with more than _1+2^31 bytes.

The second is a bug and could be fixed by using bigfiles to get file sizes larger than _1+2^31 bytes. Problem 2 should not happen with 64 bit J on 64 bit machines.

Thanks,
David


David Vincent-Jones wrote:
Moved from Beta...

David;

I was going to add a 'Totals' line to DUGrid when I noticed that some
directories appear to have been totally missed from the gridded output.

At the end of <dud> I inserted RR=:r as a test of the recursive data and
found significant differences between the 2 values.

David

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of David Mitchell
Sent: Monday, July 03, 2006 17:34
To: Beta forum
Subject: [Jbeta] DUGrid - a simple space management tool.


I've found this tool helpful in managing my proliferating file systems:

http://www.jsoftware.com/jwiki/System/Beta/DUGrid

Dave Mitchell
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to