I often have the need to remove hundreds or even thousands of files from a
single directory (very often). Using rm, I usually get:

pearl# rm -rvf *
/bin/rm: Argument list too long.

man xargs

Len

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to