in reply to Analyse file system - files, sizes, contents, access, etc.

Here's something I posted awhile back - it doesn't do everything you have in mind, but it covers a decent subset, and maybe you could use it as a starting point for doing what you really want...

Get useful info about a directory tree

  • Comment on Re: Analyse file system - files, sizes, contents, access, etc.

Replies are listed 'Best First'.
Re^2: Analyse file system - files, sizes, contents, access, etc.
by natebailey (Acolyte) on Oct 02, 2013 at 05:35 UTC
    Awesome graff! I always prefer to start with some tried and tested code :-)