Darryl Okahata wrote:

> find . -type f -print0 | xargs -0 rm -f
> Slightly more typing, but more robust.

The find utility of FreeBSD knows a -delete option, e.g.:

  find /path/to/your/directory -type f -delete

Regards BjÃrn

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

Reply via email to