is there an application that can tell me the number of files in folders and sub folders of that folder?
Page 1 of 1
number of files in folders
#4
Posted 21 October 2005 - 03:45 PM
got a solution from apple forums but it's for terminal.
ls -R "folder" | wc -l
so typing in Terminal ls space -R space then dragging the first folder that contains all the sub folders onto Terminal then typing space | space wc space -l
problem is that all these (#*$@) forums use sans serif so the characters are confusing... the l's are for list
the -l is minus list
so they are l's (list) not I's (Idea)
my folder with 23 sub folders have a total of 1463 files.
ls -R "folder" | wc -l
so typing in Terminal ls space -R space then dragging the first folder that contains all the sub folders onto Terminal then typing space | space wc space -l
problem is that all these (#*$@) forums use sans serif so the characters are confusing... the l's are for list
the -l is minus list
so they are l's (list) not I's (Idea)
my folder with 23 sub folders have a total of 1463 files.
#5
Posted 26 October 2005 - 09:12 PM
Page 1 of 1



Sign In
Register
Help


MultiQuote