>>>>> "Matthew" == Matthew Seaman <[email protected]> writes:
Matthew> find . -type f -depth 1 -exec rm -f '{}' ';'
Matthew> but let's not leave people in any doubt that this is not the
Matthew> best option.
However...
find . -type f -depth 1 -exec rm -f {} +
Might very well be a great option. Well, not for something that is also
like -delete, but for other things that would have formerly required
"-print0 | xargs -0"... this is apparently a fairly recent (and
welcome!) modification to find.
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[email protected]> <URL:http://www.stonehenge.com/merlyn/>
Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc.
See http://methodsandmessages.posterous.com/ for Smalltalk discussion
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[email protected]"