1 .\" Copyright (c) 1991, 1993
2 .\" The Regents of the University of California. All rights reserved.
4 .\" This code is derived from software contributed to Berkeley by
5 .\" the Institute of Electrical and Electronics Engineers, Inc.
7 .\" Redistribution and use in source and binary forms, with or without
8 .\" modification, are permitted provided that the following conditions
10 .\" 1. Redistributions of source code must retain the above copyright
11 .\" notice, this list of conditions and the following disclaimer.
12 .\" 2. Redistributions in binary form must reproduce the above copyright
13 .\" notice, this list of conditions and the following disclaimer in the
14 .\" documentation and/or other materials provided with the distribution.
15 .\" 3. All advertising materials mentioning features or use of this software
16 .\" must display the following acknowledgement:
17 .\" This product includes software developed by the University of
18 .\" California, Berkeley and its contributors.
19 .\" 4. Neither the name of the University nor the names of its contributors
20 .\" may be used to endorse or promote products derived from this software
21 .\" without specific prior written permission.
23 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
24 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
25 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
26 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
27 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
28 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
29 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
35 .\" @(#)touch.1 8.3 (Berkeley) 4/28/95
36 .\" $FreeBSD: src/usr.bin/touch/touch.1,v 1.16 2007/04/10 07:24:47 grog Exp $
43 .Nd change file access and modification times
46 .Op Fl A Ar [-][[hh]mm]SS
49 .Op Fl t Ar [[CC]YY]MMDDhhmm[.SS]
54 utility sets the modification and access times of files.
55 If any file does not exist, it is created with default permissions.
59 changes both modification and access times. The
63 flags may be used to select the access time or the modification time
65 Selecting both is equivalent to the default.
66 By default, the timestamps are set to the current time.
69 flag explicitly specifies a different time, and the
71 flag specifies to set the times those of the specified file.
74 flag adjusts the values by a specified amount.
76 The following options are available:
79 Adjust the access and modification time stamps for the file by the
81 This flag is intended for use in modifying files with incorrectly set
84 The argument is of the form
86 where each pair of letters represents the following:
88 .Bl -tag -width Ds -compact -offset indent
90 Make the adjustment negative: the new time stamp is set to be before
93 The number of hours, from 00 to 99.
95 The number of minutes, from 00 to 59.
97 The number of seconds, from 00 to 59.
104 flag: if any file specified does not exist, it will be silently ignored.
106 Change the access time of the file.
107 The modification time of the file is not changed unless the
109 flag is also specified.
111 Do not create the file if it does not exist.
114 utility does not treat this as an error.
115 No error messages are displayed and the exit value is not affected.
117 Attempt to force the update, even if the file permissions do not
120 If the file is a symbolic link, change the times of the link
121 itself rather than the file that the link points to.
126 and thus will not create any new files.
128 Change the modification time of the file.
129 The access time of the file is not changed unless the
131 flag is also specified.
133 Use the access and modifications times from the specified file
134 instead of the current time of day.
136 Change the access and modification times to the specified time instead
137 of the current time of day.
138 The argument is of the form
139 .Dq [[CC]YY]MMDDhhmm[.SS]
140 where each pair of letters represents the following:
142 .Bl -tag -width Ds -compact -offset indent
144 The first two digits of the year (the century).
146 The second two digits of the year.
153 between 69 and 99 results in a
160 The month of the year, from 01 to 12.
162 the day of the month, from 01 to 31.
164 The hour of the day, from 00 to 23.
166 The minute of the hour, from 00 to 59.
168 The second of the minute, from 00 to 61.
175 letter pairs are not specified, the values default to the current
179 letter pair is not specified, the value defaults to 0.
184 The obsolescent form of
186 where a time format is specified as the first argument, is supported.
191 option is specified, there are at least two arguments, and the first
192 argument is a string of digits either eight or ten characters in length,
193 the first argument is interpreted as a time specification of the form
202 letter pairs are treated as their counterparts specified to the
207 letter pair is in the range 39 to 99, the year is set to 1939 to 1999,
208 otherwise, the year is set in the 21st century.
214 utility is expected to be a superset of the