docs/107430: find(1) '-newerct' option not documented

Maxim Konovalov maxim at macomnet.ru
Tue Jan 2 14:10:24 UTC 2007


The following reply was made to PR docs/107430; it has been noted by GNATS.

From: Maxim Konovalov <maxim at macomnet.ru>
To: Ganael LAPLANCHE <martymac at martymac.com>
Cc: bug-followup at 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



More information about the freebsd-doc mailing list