On Fri, 19 Nov 2004, Dennis Koegel wrote:

find /foo/bar -type f -maxdepth 1 | xargs rm -n100

Although xargs is the most versatile solution for when having too many items listed, for just deleting find itself can do it..
find /foo/bar -n "<mask>" -delete
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to