aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/find
Commit message (Collapse)AuthorAgeFilesLines
* Delete bogus referneces to timezone code internal header file `tzfile.h',Garrett Wollman1995-08-072-7/+5
| | | | | | | which is no longer bogusly installed in /usr/include. Notes: svn path=/head/; revision=9987
* Remove trailing whitespace.Rodney W. Grimes1995-05-305-88/+88
| | | | Notes: svn path=/head/; revision=8874
* Add GNU-style `-print0' primary. This exists so that one can safelyGarrett Wollman1995-05-095-4/+39
| | | | | | | | do `find some-nasty-expression -print0 | perl -n0e unlink' and have all the files actuallly get deleted. (Using `xargs' and `rm' is not safe.) Notes: svn path=/head/; revision=8389
* Fix completely broken find behaviour:Guido van Rooij1995-02-271-0/+7
| | | | | | | | | | a find -foo -o -bar would behave like find -bar. The same for -a This broke (among others) ./etc/security. Obtained from: NetBSD Notes: svn path=/head/; revision=6776
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-2711-0/+2724
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590