Bug 107430 - find(1) '-newerct' option not documented
Summary: find(1) '-newerct' option not documented
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Books & Articles (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-doc (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-02 14:00 UTC by Ganael LAPLANCHE
Modified: 2007-01-02 14:22 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ganael LAPLANCHE 2007-01-02 14:00:34 UTC
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...

How-To-Repeat: read the man page ;-)
Comment 1 Maxim Konovalov 2007-01-02 14:07:15 UTC
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
Comment 2 Maxim Konovalov freebsd_committer freebsd_triage 2007-01-02 14:21:55 UTC
State Changed
From-To: open->closed

-newer?? options are documented actually.