From owner-cvs-all Thu May 3 11: 5:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 261E437B423; Thu, 3 May 2001 11:05:43 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f43I5ha61021; Thu, 3 May 2001 11:05:43 -0700 (PDT) (envelope-from phk) Message-Id: <200105031805.f43I5ha61021@freefall.freebsd.org> From: Poul-Henning Kamp Date: Thu, 3 May 2001 11:05:39 -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 operator.c option.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2001/05/03 11:05:39 PDT Modified files: usr.bin/find Makefile extern.h find.1 find.c find.h function.c ls.c operator.c option.c Log: They add the following commands: -anewer -cnewer -mnewer -okdir -newer[acm][acmt] With it, you can form queries like find . -newerct '1 minute ago' -print As an extra bonus, the program is ANSI-fied - the original version relies on some obscure features of K&R C. (This PR was submitted in 1999, and the submittor has kept the patch updated ever since, hats off for him guys, and how about you close a PR ??) PR: 9374 Submitted by: Martin Birgmeier Revision Changes Path 1.11 +5 -2 src/usr.bin/find/Makefile 1.13 +60 -42 src/usr.bin/find/extern.h 1.34 +62 -1 src/usr.bin/find/find.1 1.10 +13 -6 src/usr.bin/find/find.c 1.11 +39 -34 src/usr.bin/find/find.h 1.30 +539 -761 src/usr.bin/find/function.c 1.9 +2 -2 src/usr.bin/find/ls.c 1.7 +19 -21 src/usr.bin/find/operator.c 1.13 +64 -68 src/usr.bin/find/option.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message