From owner-freebsd-bugs Tue Sep 4 6:10:16 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 85FC837B40C for ; Tue, 4 Sep 2001 06:10:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84DA2f88388; Tue, 4 Sep 2001 06:10:02 -0700 (PDT) (envelope-from gnats) Date: Tue, 4 Sep 2001 06:10:02 -0700 (PDT) Message-Id: <200109041310.f84DA2f88388@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Dima Dorfman Subject: Re: bin/30309: New FIND(1) option Reply-To: Dima Dorfman Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/30309; it has been noted by GNATS. From: Dima Dorfman To: freebsd-gnats-submit@FreeBSD.org Cc: nmh@t3x.org Subject: Re: bin/30309: New FIND(1) option Date: Tue, 04 Sep 2001 06:09:29 -0700 Dima Dorfman wrote: > The following reply was made to PR bin/30309; it has been noted by GNATS. > > From: Dima Dorfman > To: nmh@t3x.org > Cc: FreeBSD-gnats-submit@freebsd.org > Subject: Re: bin/30309: New FIND(1) option > Date: Tue, 04 Sep 2001 05:58:10 -0700 > > Nils M Holm wrote: > > >Description: > > > > I have added the -nt (newer than) option to FIND(1) which > > allows to search for files with at least/at most a given age. > > For example, > > > > find . -nt 5h30m > > > > will list files with an age of at least 5 hours and 30 minutes. > > > > I use this option for cleaning up spool directories. > > > > Man pages are updated. > > We have this in -current: > > -newer file > True if the current file has a more recent last modification time > than file. Actually, as ru@ pointed out, what you propose is more like -mtime, except that the latter doesn't support units. Sorry about that. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message