Hello everyone!
I have been turned on to this site from lifehacker and it seems this is the right place to as my question.
I have a large quantity of assorted data (about 2tb worth) that I need to get some statistics from. I need to be able to determine how many files are within certain folders as well as what types of files they are.
So for example:
Folder I
-------Subfolder 1
------------Filetype A
------------Filetype A
------------Filetype B
-------Subfolder 2
------------Filetype A
------------Filetype C
Folder II
-------Subfolder 1
------------Empty
-------Subfolder 2
------------Filetype A
------------Filetype B
So in this case I would want to report on how many files and what types are in Subfolder 2 with all Folders.
Example:
4 Total Files:
2 Type A
1 Type B
1 Type C
I have set up my filesystem so that all main folders have the same subfolders and organization so I believe this should be possible. I do have some folders that go as deep as 6 levels. I think that what I am basically looking for is something that takes the output from the Windows 'tree' function and puts it into a report. Does anyone know of any software like that?
I apologize for my long and possibly confusing explanation. Its a rather hard question to convey.
Thank you for any help you can provide!
