in reply to Re: Quick file search
in thread Quick file search
Where "music" contains 5547 files (without the directory inodes).# rough comparison D:\music>perl -MFile::Find -e "find(sub{$File::Find::name}, '.');print + time-$^T" 6 D:\music>perl -e "`tree /f /a`;print time-$^T" 1
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Quick file search
by graff (Chancellor) on Jan 05, 2006 at 05:46 UTC | |
by jplindstrom (Monsignor) on Jan 05, 2006 at 12:26 UTC | |
by sh1tn (Priest) on Jan 06, 2006 at 13:11 UTC |