View Single Post
Old 02-16-2016, 11:21 AM  
Barry-xlovecam
It's 42
 
Industry Role:
Join Date: Jun 2010
Location: Global
Posts: 18,083
For Winblows this looks interesting;
Disk Space Analyzer Software for Windows - FolderSizes


IDK but try this from a LINUX terminal

Code:
$ find . -type d |   perl -nle'
    map @_{/([^.]+?)$/}++, grep -f, glob "$_/*.*";
    print "\t---> $_\n", join ", ", map "$_: $_{$_}", keys %_;
undef %_
    '>>files.txt
sample output:

Quote:
...

---> ./Documents/meme-urls
pdf: 1, html: 1, txt: 2
---> ./Documents/meme-urls/quotes
txt: 4 ...
...
---> ./Documents/SEO/prolog
pl: 21, 7: 2, 5: 4, ps: 6, pdf: 6, html: 6
....
Barry-xlovecam is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote