cvs commit: src/usr.bin/find extern.h function.c option.c
Bosko Milekic
bmilekic at FreeBSD.org
Sat Apr 3 09:10:05 PST 2004
bmilekic 2004/04/03 09:10:05 PST
FreeBSD src repository
Modified files:
usr.bin/find extern.h function.c option.c
Log:
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 at bsdpro.com>
Revision Changes Path
1.20 +2 -0 src/usr.bin/find/extern.h
1.49 +51 -0 src/usr.bin/find/function.c
1.21 +1 -0 src/usr.bin/find/option.c
More information about the cvs-src
mailing list