freebsd-skq/usr.bin/find
Poul-Henning Kamp ea92232a82 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>
2001-05-03 18:05:35 +00:00
..
extern.h They add the following commands: 2001-05-03 18:05:35 +00:00
find.1 They add the following commands: 2001-05-03 18:05:35 +00:00
find.c They add the following commands: 2001-05-03 18:05:35 +00:00
find.h They add the following commands: 2001-05-03 18:05:35 +00:00
function.c They add the following commands: 2001-05-03 18:05:35 +00:00
ls.c They add the following commands: 2001-05-03 18:05:35 +00:00
main.c Implement the following options and primaries: 2001-02-23 16:20:55 +00:00
Makefile They add the following commands: 2001-05-03 18:05:35 +00:00
misc.c This patch adds the -mindepth and -maxdepth options to find(1), which 2000-06-12 11:12:41 +00:00
operator.c They add the following commands: 2001-05-03 18:05:35 +00:00
option.c They add the following commands: 2001-05-03 18:05:35 +00:00