in reply to Re^2: quickest way to find number of files in a directory?
in thread quickest way to find number of files in a directory?
Well, you could also do `find /tmp -type f | wc -l`, but I think that backticks are evil. Ah, and we also could free our minds from Perl and write some nasty bash script code :-P.
Igor 'izut' Sutton
your code, your rules.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: quickest way to find number of files in a directory?
by Anonymous Monk on Mar 13, 2010 at 02:02 UTC |