Page 1 of 1

Number of files in Directory

PostPosted: 27 Jul 2014, 19:42
by cmh714
I have been using a little shell script to get this information...be kind of nice to be have something like this in the UI...

for t in files links directories; do echo `find . -type ${t:0:1} | wc -l` $t; done 2> /dev/null