]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.bin/touch/touch.1
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / usr.bin / touch / touch.1
1 .\" Copyright (c) 1991, 1993
2 .\"     The Regents of the University of California.  All rights reserved.
3 .\"
4 .\" This code is derived from software contributed to Berkeley by
5 .\" the Institute of Electrical and Electronics Engineers, Inc.
6 .\"
7 .\" Redistribution and use in source and binary forms, with or without
8 .\" modification, are permitted provided that the following conditions
9 .\" are met:
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 .\" 4. 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.
18 .\"
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
29 .\" SUCH DAMAGE.
30 .\"
31 .\"     @(#)touch.1     8.3 (Berkeley) 4/28/95
32 .\" $FreeBSD$
33 .\"
34 .Dd June 10, 2012
35 .Dt TOUCH 1
36 .Os
37 .Sh NAME
38 .Nm touch
39 .Nd change file access and modification times
40 .Sh SYNOPSIS
41 .Nm
42 .Op Fl A Ar [-][[hh]mm]SS
43 .Op Fl acfhm
44 .Op Fl r Ar file
45 .Op Fl t Ar [[CC]YY]MMDDhhmm[.SS]
46 .Op Fl d Ar YYYY-MM-DDThh:mm:SS[.frac][tz]
47 .Ar
48 .Sh DESCRIPTION
49 The
50 .Nm
51 utility sets the modification and access times of files.
52 If any file does not exist, it is created with default permissions.
53 .Pp
54 By default,
55 .Nm
56 changes both modification and access times.  The
57 .Fl a
58 and
59 .Fl m
60 flags may be used to select the access time or the modification time
61 individually.
62 Selecting both is equivalent to the default.
63 By default, the timestamps are set to the current time.
64 The
65 .Fl d
66 and
67 .Fl t
68 flags explicitly specify a different time, and the
69 .Fl r
70 flag specifies to set the times those of the specified file.
71 The
72 .Fl A
73 flag adjusts the values by a specified amount.
74 .Pp
75 The following options are available:
76 .Bl -tag -width Ds
77 .It Fl A
78 Adjust the access and modification time stamps for the file by the
79 specified value.
80 This flag is intended for use in modifying files with incorrectly set
81 time stamps.
82 .Pp
83 The argument is of the form
84 .Dq [-][[hh]mm]SS
85 where each pair of letters represents the following:
86 .Pp
87 .Bl -tag -width Ds -compact -offset indent
88 .It Ar -
89 Make the adjustment negative: the new time stamp is set to be before
90 the old one.
91 .It Ar hh
92 The number of hours, from 00 to 99.
93 .It Ar mm
94 The number of minutes, from 00 to 59.
95 .It Ar SS
96 The number of seconds, from 00 to 59.
97 .El
98 .Pp
99 The
100 .Fl A
101 flag implies the
102 .Fl c
103 flag: if any file specified does not exist, it will be silently ignored.
104 .It Fl a
105 Change the access time of the file.
106 The modification time of the file is not changed unless the
107 .Fl m
108 flag is also specified.
109 .It Fl c
110 Do not create the file if it does not exist.
111 The
112 .Nm
113 utility does not treat this as an error.
114 No error messages are displayed and the exit value is not affected.
115 .It Fl f
116 Attempt to force the update, even if the file permissions do not
117 currently permit it.
118 .It Fl d
119 Change the access and modification times to the specified time instead
120 of the current time of day.
121 The argument is of the form
122 .Dq YYYY-MM-DDThh:mm:SS[.frac][tz]
123 where the letters represent the following:
124 .Bl -tag -width Ds -compact -offset indent
125 .It Ar YYYY
126 The year.
127 .It Ar MM
128 The month of the year, from 01 to 12.
129 .It Ar DD
130 The day of the month, from 01 to 31.
131 .It Ar T
132 The letter
133 .Li T
134 or a space.
135 .It Ar hh
136 The hour of the day, from 00 to 23.
137 .It Ar mm
138 The minute of the hour, from 00 to 59.
139 .It Ar SS
140 The second of the minute, from 00 to 61.
141 .It Ar .frac
142 An optional fraction,
143 consisting of a period or a comma followed by one or more digits.
144 The number of significant digits depends on the kernel configuration and
145 the filesystem, and may be zero.
146 .It Ar tz
147 An optional letter
148 .Li Z
149 indicating the time is in
150 .Tn UTC .
151 Otherwise, the time is assumed to be in local time.
152 .El
153 .It Fl h
154 If the file is a symbolic link, change the times of the link
155 itself rather than the file that the link points to.
156 Note that
157 .Fl h
158 implies
159 .Fl c
160 and thus will not create any new files.
161 .It Fl m
162 Change the modification time of the file.
163 The access time of the file is not changed unless the
164 .Fl a
165 flag is also specified.
166 .It Fl r
167 Use the access and modifications times from the specified file
168 instead of the current time of day.
169 .It Fl t
170 Change the access and modification times to the specified time instead
171 of the current time of day.
172 The argument is of the form
173 .Dq [[CC]YY]MMDDhhmm[.SS]
174 where each pair of letters represents the following:
175 .Pp
176 .Bl -tag -width Ds -compact -offset indent
177 .It Ar CC
178 The first two digits of the year (the century).
179 .It Ar YY
180 The second two digits of the year.
181 If
182 .Dq YY
183 is specified, but
184 .Dq CC
185 is not, a value for
186 .Dq YY
187 between 69 and 99 results in a
188 .Dq CC
189 value of 19.
190 Otherwise, a
191 .Dq CC
192 value of 20 is used.
193 .It Ar MM
194 The month of the year, from 01 to 12.
195 .It Ar DD
196 the day of the month, from 01 to 31.
197 .It Ar hh
198 The hour of the day, from 00 to 23.
199 .It Ar mm
200 The minute of the hour, from 00 to 59.
201 .It Ar SS
202 The second of the minute, from 00 to 61.
203 .El
204 .Pp
205 If the
206 .Dq CC
207 and
208 .Dq YY
209 letter pairs are not specified, the values default to the current
210 year.
211 If the
212 .Dq SS
213 letter pair is not specified, the value defaults to 0.
214 .El
215 .Sh EXIT STATUS
216 .Ex -std
217 .Sh COMPATIBILITY
218 The obsolescent form of
219 .Nm ,
220 where a time format is specified as the first argument, is supported.
221 When no
222 .Fl r
223 or
224 .Fl t
225 option is specified, there are at least two arguments, and the first
226 argument is a string of digits either eight or ten characters in length,
227 the first argument is interpreted as a time specification of the form
228 .Dq MMDDhhmm[YY] .
229 .Pp
230 The
231 .Dq MM ,
232 .Dq DD ,
233 .Dq hh
234 and
235 .Dq mm
236 letter pairs are treated as their counterparts specified to the
237 .Fl t
238 option.
239 If the
240 .Dq YY
241 letter pair is in the range 39 to 99, the year is set to 1939 to 1999,
242 otherwise, the year is set in the 21st century.
243 .Sh SEE ALSO
244 .Xr utimes 2
245 .Sh STANDARDS
246 The
247 .Nm
248 utility is expected to be a superset of the
249 .St -p1003.2
250 specification.
251 .Sh HISTORY
252 A
253 .Nm
254 utility appeared in
255 .At v7 .