cvs commit: src/usr.bin/find find.1 find.h function.c option.c

Pawel Worach pawel.worach at gmail.com
Wed Apr 5 07:55:52 UTC 2006


On 4/3/06, Ceri Davies <ceri at freebsd.org> wrote:
> ceri        2006-04-03 20:36:37 UTC
>
>   FreeBSD src repository
>
>   Modified files:
>     usr.bin/find         find.1 find.h function.c option.c
>   Log:
>   Add -Btime, -Bnewer, -Bmin, -newerB[Bacmt], -newer[acmt]B options to
>   work with the st_birthtime field of struct stat.
>

After this change the -a (and) operation fails with.
# find . -mtime 1d -a -mtime 2d
find: -a: unknown option

This seems to be used by some ports, www/apache20 is one of them.

--
Pawel


More information about the cvs-src mailing list