From owner-cvs-all Mon Jun 12 4:12:46 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 C645637CA7D; Mon, 12 Jun 2000 04:12:41 -0700 (PDT) (envelope-from roberto@FreeBSD.org) Received: (from roberto@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA27374; Mon, 12 Jun 2000 04:12:41 -0700 (PDT) (envelope-from roberto@FreeBSD.org) Message-Id: <200006121112.EAA27374@freefall.freebsd.org> From: Ollivier Robert Date: Mon, 12 Jun 2000 04:12:41 -0700 (PDT) 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 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 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