Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jan 2007 14:10:23 GMT
From:      Maxim Konovalov <maxim@macomnet.ru>
To:        freebsd-doc@FreeBSD.org
Subject:   Re: docs/107430: find(1) '-newerct' option not documented
Message-ID:  <200701021410.l02EANRq016691@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR docs/107430; it has been noted by GNATS.

From: Maxim Konovalov <maxim@macomnet.ru>
To: Ganael LAPLANCHE <martymac@martymac.com>
Cc: bug-followup@freebsd.org
Subject: Re: docs/107430: find(1) '-newerct' option not documented
Date: Tue, 2 Jan 2007 17:07:15 +0300 (MSK)

 Hi,
 
 [...]
 > >Description:
 > The man pages gives examples showing how to use the command.
 > Unfortunately, one example uses an undocumented option (newerct) :
 >
 > find / -newerct '1 minute ago' -print
 >
 > This option should be documented...
 
 It is.
 
 > >How-To-Repeat:
 > read the man page ;-)
 
      -newerXY file
              True if the current file has a more recent last access time
              (X=a), inode creation time (X=B), change time (X=c), or modifica-
              tion time (X=m) than the last access time (Y=a), inode creation
              time (Y=B), change time (Y=c), or modification time (Y=m) of
              file.  In addition, if Y=t, then file is instead interpreted as a
              direct date specification of the form understood by cvs(1).  Note
              that -newermm is equivalent to -newer.
 
 -- 
 Maxim Konovalov



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701021410.l02EANRq016691>