Sampsa Laine wrote:
What's the sanest way to get an idea of disk usage by directory on VMS?
$ DIRECTORY /SIZE=ALL /GRAND [directory...]
It takes a while to collect the information, but once its done, you'll be presented
with the total number of files and the total blocks (actually used and also allocated).
--Marc