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. Neither the name of the University nor the names of its contributors
16 .\" may be used to endorse or promote products derived from this software
17 .\" without specific prior written permission.
19 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
20 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
22 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
23 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 .\" @(#)touch.1 8.3 (Berkeley) 4/28/95
32 .\" $FreeBSD: src/usr.bin/touch/touch.1,v 1.21 2012/11/17 01:54:31 svnexp Exp $
39 .Nd change file access and modification times
42 .Op Fl A Ar [-][[hh]mm]SS
45 .Op Fl t Ar [[CC]YY]MMDDhhmm[.SS]
46 .Op Fl d Ar YYYY-MM-DDThh:mm:SS[.frac][tz]
51 utility sets the modification and access times of files.
52 If any file does not exist, it is created with default permissions.
56 changes both modification and access times. The
60 flags may be used to select the access time or the modification time
62 Selecting both is equivalent to the default.
63 By default, the timestamps are set to the current time.
68 flags explicitly specify a different time, and the
70 flag specifies to set the times those of the specified file.
73 flag adjusts the values by a specified amount.
75 The following options are available:
78 Adjust the access and modification time stamps for the file by the
80 This flag is intended for use in modifying files with incorrectly set
83 The argument is of the form
85 where each pair of letters represents the following:
87 .Bl -tag -width Ds -compact -offset indent
89 Make the adjustment negative: the new time stamp is set to be before
92 The number of hours, from 00 to 99.
94 The number of minutes, from 00 to 59.
96 The number of seconds, from 00 to 59.
103 flag: if any file specified does not exist, it will be silently ignored.
105 Change the access time of the file.
106 The modification time of the file is not changed unless the
108 flag is also specified.
110 Do not create the file if it does not exist.
113 utility does not treat this as an error.
114 No error messages are displayed and the exit value is not affected.
116 Change the access and modification times to the specified time instead
117 of the current time of day.
118 The argument is of the form
119 .Dq YYYY-MM-DDThh:mm:SS[.frac][tz]
120 where the letters represent the following:
121 .Bl -tag -width Ds -compact -offset indent
125 The month of the year, from 01 to 12.
127 The day of the month, from 01 to 31.
133 The hour of the day, from 00 to 23.
135 The minute of the hour, from 00 to 59.
137 The second of the minute, from 00 to 61.
139 An optional fraction,
140 consisting of a period or a comma followed by one or more digits.
141 The number of significant digits depends on the kernel configuration and
142 the filesystem, and may be zero.
146 indicating the time is in
148 Otherwise, the time is assumed to be in local time.
151 If the file is a symbolic link, change the times of the link
152 itself rather than the file that the link points to.
157 and thus will not create any new files.
159 Change the modification time of the file.
160 The access time of the file is not changed unless the
162 flag is also specified.
164 Use the access and modifications times from the specified file
165 instead of the current time of day.
167 Change the access and modification times to the specified time instead
168 of the current time of day.
169 The argument is of the form
170 .Dq [[CC]YY]MMDDhhmm[.SS]
171 where each pair of letters represents the following:
173 .Bl -tag -width Ds -compact -offset indent
175 The first two digits of the year (the century).
177 The second two digits of the year.
184 between 69 and 99 results in a
191 The month of the year, from 01 to 12.
193 the day of the month, from 01 to 31.
195 The hour of the day, from 00 to 23.
197 The minute of the hour, from 00 to 59.
199 The second of the minute, from 00 to 61.
206 letter pairs are not specified, the values default to the current
210 letter pair is not specified, the value defaults to 0.
215 The obsolescent form of
217 where a time format is specified as the first argument, is supported.
222 option is specified, there are at least two arguments, and the first
223 argument is a string of digits either eight or ten characters in length,
224 the first argument is interpreted as a time specification of the form
233 letter pairs are treated as their counterparts specified to the
238 letter pair is in the range 39 to 99, the year is set to 1939 to 1999,
239 otherwise, the year is set in the 21st century.
245 utility is expected to be a superset of the