1NEWER(1) General Commands Manual NEWER(1)
2
3
4
6 newer - compare file modification times
7
9 newer [option] src1 [ src2 ... srcN ] target
10
12 Exit successfully if files src1 ... srcN exist and at least one of them
13 is not older than target. Also exit successfully if target doesn't
14 exist.
15
17 newer accepts the following options:
18
19 --help Print help message and exit.
20
21 --quiet, -q
22 Do not print any output, including error messages.
23
24 --version
25 Print version information and exit.
26
27 --verbose, -v
28 List missing source files. This is the default.
29
30
31
32Web2C 7.5.6 21 June 2005 NEWER(1)