1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/usr.bin/find
Garrett Wollman 7cd23434fe Add GNU-style `-print0' primary. This exists so that one can safely
do `find some-nasty-expression -print0 | perl -n0e unlink' and have all
the files actuallly get deleted.  (Using `xargs' and `rm' is not safe.)
1995-05-09 19:02:06 +00:00
..
extern.h Add GNU-style `-print0' primary. This exists so that one can safely 1995-05-09 19:02:06 +00:00
find.1 Add GNU-style `-print0' primary. This exists so that one can safely 1995-05-09 19:02:06 +00:00
find.c
find.h Add GNU-style `-print0' primary. This exists so that one can safely 1995-05-09 19:02:06 +00:00
function.c Add GNU-style `-print0' primary. This exists so that one can safely 1995-05-09 19:02:06 +00:00
ls.c
main.c
Makefile
misc.c
operator.c
option.c Add GNU-style `-print0' primary. This exists so that one can safely 1995-05-09 19:02:06 +00:00