freebsd-nq/usr.bin/find
Bosko Milekic 9c5d31dff2 Give find(1) the option -acl to locate files with extended
ACLs.  This is similar to what ls(1) can do.  It is handy to
have it so that it can be used in conjunction with
"-exec setfacl {} \;" (to find(1)), among others.

This is the submitter's patch, but slightly modified.

PR: bin/65016
Submitted by: Christian S.J. Peron <maneo@bsdpro.com>
2004-04-03 17:10:04 +00:00
..
extern.h Give find(1) the option -acl to locate files with extended 2004-04-03 17:10:04 +00:00
find.1 Update the find manual page: 2004-02-27 20:04:38 +00:00
find.c Fix all WARNS. Checked with "make WARNS=9". Remove unused file. 2003-06-14 13:00:21 +00:00
find.h Support the SysV-style -exec utility args.. {} + function, required by 2002-06-02 12:57:41 +00:00
function.c Give find(1) the option -acl to locate files with extended 2004-04-03 17:10:04 +00:00
getdate.y Fix all WARNS. Checked with "make WARNS=9". Remove unused file. 2003-06-14 13:00:21 +00:00
ls.c Use a larger field for the size in blocks; the current width (4 digits) 2004-01-20 09:27:03 +00:00
main.c Fix all WARNS. Checked with "make WARNS=9". Remove unused file. 2003-06-14 13:00:21 +00:00
Makefile Fix to WARNS=2 level. 2002-04-15 19:27:41 +00:00
misc.c Fix all WARNS. Checked with "make WARNS=9". Remove unused file. 2003-06-14 13:00:21 +00:00
operator.c Fix all WARNS. Checked with "make WARNS=9". Remove unused file. 2003-06-14 13:00:21 +00:00
option.c Give find(1) the option -acl to locate files with extended 2004-04-03 17:10:04 +00:00