Date: Thu, 3 May 2001 11:05:39 -0700 (PDT) From: Poul-Henning Kamp <phk@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 operator.c option.c Message-ID: <200105031805.f43I5ha61021@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <Martin.Birgmeier@aon.at>
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105031805.f43I5ha61021>
