From owner-cvs-all Fri Jun 23 11:38:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 76A0337C3EE; Fri, 23 Jun 2000 11:38:52 -0700 (PDT) (envelope-from roberto@FreeBSD.org) Received: (from roberto@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA52224; Fri, 23 Jun 2000 11:38:52 -0700 (PDT) (envelope-from roberto@FreeBSD.org) Message-Id: <200006231838.LAA52224@freefall.freebsd.org> From: Ollivier Robert Date: Fri, 23 Jun 2000 11:38:52 -0700 (PDT) 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 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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