diff options
| author | Bernhard Voelker <mail@bernhard-voelker.de> | 2020-11-22 16:04:40 +0100 |
|---|---|---|
| committer | Bernhard Voelker <mail@bernhard-voelker.de> | 2020-11-22 16:08:18 +0100 |
| commit | f65445d23c902253af96f97d336378a78851b474 (patch) | |
| tree | 4b53b620df28a408e2b8cb594d47c5e2ea46c0ee | |
| parent | cc5d59382f84ea45d3a1e85647924d96864b05ae (diff) | |
| download | findutils-f65445d23c.tar.gz | |
doc: relate -anewer, -cnewer, and -newer to their -newerXY equivalents
* doc/find.texi (Comparing Timestamps): Clarify that the above options
are equivalent to the options -neweram, -newercm and -newermm.
Suggested by Reuben Thomas.
| -rw-r--r-- | doc/find.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/find.texi b/doc/find.texi index 0d7c8ae..243fec1 100644 --- a/doc/find.texi +++ b/doc/find.texi @@ -1002,6 +1002,8 @@ rm -f /tmp/stamp$$ True if the time of the last access (or status change or data modification) of the current file is more recent than that of the last data modification of the @var{reference} file. +As such, @samp{-anewer} is equivalent to @samp{-neweram}, +@samp{-cnewer} to @samp{-newercm}, and @samp{-newer} to @samp{-newermm}. If @var{reference} is a symbolic link and the @samp{-H} option or the @samp{-L} option is in effect, then the time of the last data modification of the file |
