On Wed, Apr 12, 2006 at 09:05:08PM -0400, Bruce Woodward wrote:
> For what it's worth;
>
> [EMAIL PROTECTED] a]$ i=0
> [EMAIL PROTECTED] a]$ while ((i<1000)); do touch $i; ((i++)); done
> [EMAIL PROTECTED] a]$ time find . -type f -exec rm -f {} \;A more realistic test would be to use non-zero files in many subdirectories. -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
