Date: Mon, 12 Jun 2000 04:12:41 -0700 (PDT) From: Ollivier Robert <roberto@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/find Makefile extern.h find.1 find.c find.h function.c ls.c main.c misc.c operator.c option.c Message-ID: <200006121112.EAA27374@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
roberto 2000/06/12 04:12:41 PDT Modified files: usr.bin/find Makefile extern.h find.1 find.c find.h function.c ls.c main.c misc.c operator.c option.c Log: 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. The patch was slightly modified (send-pr mangling of TABS). PR: bin/18941 Submitted by: Ben Smithurst <ben@scientia.demon.co.uk> Revision Changes Path 1.9 +2 -1 src/usr.bin/find/Makefile 1.10 +4 -1 src/usr.bin/find/extern.h 1.25 +7 -1 src/usr.bin/find/find.1 1.8 +14 -0 src/usr.bin/find/find.c 1.8 +2 -2 src/usr.bin/find/find.h 1.24 +67 -5 src/usr.bin/find/function.c 1.6 +5 -0 src/usr.bin/find/ls.c 1.10 +6 -0 src/usr.bin/find/main.c 1.3 +5 -0 src/usr.bin/find/misc.c 1.6 +5 -0 src/usr.bin/find/operator.c 1.10 +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?200006121112.EAA27374>