Date: Fri, 23 Jun 2000 11:38:52 -0700 (PDT) From: Ollivier Robert <roberto@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/find extern.h find.1 find.c find.h function.c ls.c main.c misc.c option.c Message-ID: <200006231838.LAA52224@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
roberto 2000/06/23 11:38:52 PDT
Modified files: (Branch: RELENG_4)
usr.bin/find extern.h find.1 find.c find.h function.c
ls.c main.c misc.c option.c
Log:
MFC: This patch adds the -mindepth and -maxdepth options to find(1), which
behave as in GNU find (and of course as described in the manual page
diff included). I think these options would be useful for some people.
Some missing $FreeBSD$ tags are also added.
PR: bin/18941
Revision Changes Path
1.9.2.1 +4 -1 src/usr.bin/find/extern.h
1.23.2.2 +7 -1 src/usr.bin/find/find.1
1.7.6.1 +14 -0 src/usr.bin/find/find.c
1.6.2.2 +2 -2 src/usr.bin/find/find.h
1.22.2.2 +67 -5 src/usr.bin/find/function.c
1.5.6.1 +5 -0 src/usr.bin/find/ls.c
1.9.6.1 +6 -0 src/usr.bin/find/main.c
1.2.12.1 +5 -0 src/usr.bin/find/misc.c
1.9.2.1 +3 -1 src/usr.bin/find/option.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200006231838.LAA52224>
