1COOKTIME(1) General Commands Manual COOKTIME(1)
2
3
4
6 cooktime - set file times
7
9 cooktime [ option... ] filename...
10 cooktime -Help
11 cooktime -VERSion
12
14 The cooktime program is used to set the modified time or access time of
15 a file. This can be used to defend against unwanted logical dependenā
16 cies when making "minor" changes to files.
17
18 If no option is specified, the default action is as if "-Modify now"
19 was specified.
20
22 The following options are understood.
23
24 -Access date
25 This option may be used to set the last-access time of the
26 files. The date is relatively free-format; rember to use
27 quotes to insulate spaces from the shell.
28
29 -Modify date
30 This option may be used to set the last-modify time of the
31 files. The date is relatively free-format; rember to use
32 quotes to insulate spaces from the shell.
33
34 -Time-Stamp-Granularity seconds
35 This option may be used to specify the granularity of the
36 filesystem's timestamps, otherwise a default value of 1 second
37 is used.
38
39 -Report
40 When use alone, produces a listing of access times and modify
41 times for the named files. When used with -Access or -Modify,
42 produces a listing of the changes made.
43
44 -Help
45 Give some information on how to use the cooktime command.
46
47 Any other option will generate a diagnostic error.
48
49
50
51Reference Manual Cook COOKTIME(1)