ls | wc

strange. i did

[EMAIL PROTECTED] ~/b]$ a=0;while [ $a -lt 10000 ];do mkdir $a;a=$[a+1];done

completed <25 seconds on 1Ghz CPU

ls takes 0.1 seconds user time, ls -l takes 0.3 second user time.

unless you have 486/33 or slower system there is something wrong.
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to