]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/touch/touch.1
acpi: Ensure that adjacent memory affinity table entries are coalesced
[FreeBSD/FreeBSD.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 .\" 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.
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 1, 2018
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 achm
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.
57 The
58 .Fl a
59 and
60 .Fl m
61 flags may be used to select the access time or the modification time
62 individually.
63 Selecting both is equivalent to the default.
64 By default, the timestamps are set to the current time.
65 The
66 .Fl d
67 and
68 .Fl t
69 flags explicitly specify a different time, and the
70 .Fl r
71 flag specifies to set the times those of the specified file.
72 The
73 .Fl A
74 flag adjusts the values by a specified amount.
75 .Pp
76 The following options are available:
77 .Bl -tag -width Ds
78 .It Fl A
79 Adjust the access and modification time stamps for the file by the
80 specified value.
81 This flag is intended for use in modifying files with incorrectly set
82 time stamps.
83 .Pp
84 The argument is of the form
85 .Dq [-][[hh]mm]SS
86 where each pair of letters represents the following:
87 .Pp
88 .Bl -tag -width Ds -compact -offset indent
89 .It Ar -
90 Make the adjustment negative: the new time stamp is set to be before
91 the old one.
92 .It Ar hh
93 The number of hours, from 00 to 99.
94 .It Ar mm
95 The number of minutes, from 00 to 59.
96 .It Ar SS
97 The number of seconds, from 00 to 59.
98 .El
99 .Pp
100 The
101 .Fl A
102 flag implies the
103 .Fl c
104 flag: if any file specified does not exist, it will be silently ignored.
105 .It Fl a
106 Change the access time of the file.
107 The modification time of the file is not changed unless the
108 .Fl m
109 flag is also specified.
110 .It Fl c
111 Do not create the file if it does not exist.
112 The
113 .Nm
114 utility does not treat this as an error.
115 No error messages are displayed and the exit value is not affected.
116 .It Fl d
117 Change the access and modification times to the specified date time instead
118 of the current time of day.
119 The argument is of the form
120 .Dq YYYY-MM-DDThh:mm:SS[.frac][tz]
121 where the letters represent the following:
122 .Bl -tag -width Ds -compact -offset indent
123 .It Ar YYYY
124 At least four decimal digits representing the year.
125 .It Ar MM , Ar DD , Ar hh , Ar mm , Ar SS
126 As with
127 .Fl t
128 time.
129 .It Ar T
130 The letter
131 .Li T
132 or a space is the time designator.
133 .It Ar .frac
134 An optional fraction, consisting of a period or a comma followed by one or
135 more digits.
136 The number of significant digits depends on the kernel configuration and the
137 filesystem, and may be zero.
138 .It Ar tz
139 An optional letter
140 .Li Z
141 indicating the time is in
142 .Tn UTC .
143 Otherwise, the time is assumed to be in local time.
144 Local time is affected by the value of the
145 .Ev TZ
146 environment variable.
147 .El
148 .It Fl h
149 If the file is a symbolic link, change the times of the link
150 itself rather than the file that the link points to.
151 Note that
152 .Fl h
153 implies
154 .Fl c
155 and thus will not create any new files.
156 .It Fl m
157 Change the modification time of the file.
158 The access time of the file is not changed unless the
159 .Fl a
160 flag is also specified.
161 .It Fl r
162 Use the access and modifications times from the specified file
163 instead of the current time of day.
164 .It Fl t
165 Change the access and modification times to the specified time instead
166 of the current time of day.
167 The argument is of the form
168 .Dq [[CC]YY]MMDDhhmm[.SS]
169 where each pair of letters represents the following:
170 .Pp
171 .Bl -tag -width Ds -compact -offset indent
172 .It Ar CC
173 The first two digits of the year (the century).
174 .It Ar YY
175 The second two digits of the year.
176 If
177 .Dq YY
178 is specified, but
179 .Dq CC
180 is not, a value for
181 .Dq YY
182 between 69 and 99 results in a
183 .Dq CC
184 value of 19.
185 Otherwise, a
186 .Dq CC
187 value of 20 is used.
188 .It Ar MM
189 The month of the year, from 01 to 12.
190 .It Ar DD
191 the day of the month, from 01 to 31.
192 .It Ar hh
193 The hour of the day, from 00 to 23.
194 .It Ar mm
195 The minute of the hour, from 00 to 59.
196 .It Ar SS
197 The second of the minute, from 00 to 60.
198 .El
199 .Pp
200 If the
201 .Dq CC
202 and
203 .Dq YY
204 letter pairs are not specified, the values default to the current
205 year.
206 If the
207 .Dq SS
208 letter pair is not specified, the value defaults to 0.
209 .El
210 .Sh EXIT STATUS
211 .Ex -std
212 .Sh COMPATIBILITY
213 The obsolescent form of
214 .Nm ,
215 where a time format is specified as the first argument, is supported.
216 When no
217 .Fl r
218 or
219 .Fl t
220 option is specified, there are at least two arguments, and the first
221 argument is a string of digits either eight or ten characters in length,
222 the first argument is interpreted as a time specification of the form
223 .Dq MMDDhhmm[YY] .
224 .Pp
225 The
226 .Dq MM ,
227 .Dq DD ,
228 .Dq hh
229 and
230 .Dq mm
231 letter pairs are treated as their counterparts specified to the
232 .Fl t
233 option.
234 If the
235 .Dq YY
236 letter pair is in the range 39 to 99, the year is set to 1939 to 1999,
237 otherwise, the year is set in the 21st century.
238 .Sh SEE ALSO
239 .Xr utimensat 2
240 .Sh STANDARDS
241 The
242 .Nm
243 utility is expected to be a superset of the
244 .St -p1003.2
245 specification.
246 .Sh HISTORY
247 A
248 .Nm
249 utility appeared in
250 .At v7 .