Tizen 2.0 Release
[external/tizen-coreutils.git] / man / touch.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2 .TH TOUCH "1" "March 2007" "GNU coreutils 6.9" "User Commands"
3 .SH NAME
4 touch \- change file timestamps
5 .SH SYNOPSIS
6 .B touch
7 [\fIOPTION\fR]... \fIFILE\fR...
8 .SH DESCRIPTION
9 .\" Add any additional description here
10 .PP
11 Update the access and modification times of each FILE to the current time.
12 .PP
13 Mandatory arguments to long options are mandatory for short options too.
14 .TP
15 \fB\-a\fR
16 change only the access time
17 .TP
18 \fB\-c\fR, \fB\-\-no\-create\fR
19 do not create any files
20 .TP
21 \fB\-d\fR, \fB\-\-date\fR=\fISTRING\fR
22 parse STRING and use it instead of current time
23 .TP
24 \fB\-f\fR
25 (ignored)
26 .TP
27 \fB\-m\fR
28 change only the modification time
29 .TP
30 \fB\-r\fR, \fB\-\-reference\fR=\fIFILE\fR
31 use this file's times instead of current time
32 .TP
33 \fB\-t\fR STAMP
34 use [[CC]YY]MMDDhhmm[.ss] instead of current time
35 .TP
36 \fB\-\-time\fR=\fIWORD\fR
37 change the specified time:
38 WORD is access, atime, or use: equivalent to \fB\-a\fR
39 WORD is modify or mtime: equivalent to \fB\-m\fR
40 .TP
41 \fB\-\-help\fR
42 display this help and exit
43 .TP
44 \fB\-\-version\fR
45 output version information and exit
46 .PP
47 Note that the \fB\-d\fR and \fB\-t\fR options accept different time\-date formats.
48 .PP
49 If a FILE is \-, touch standard output.
50 .SH AUTHOR
51 Written by Paul Rubin, Arnold Robbins, Jim Kingdon, David MacKenzie, and Randy Smith.
52 .SH "REPORTING BUGS"
53 Report bugs to <bug\-coreutils@gnu.org>.
54 .SH COPYRIGHT
55 Copyright \(co 2007 Free Software Foundation, Inc.
56 .br
57 This is free software.  You may redistribute copies of it under the terms of
58 the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
59 There is NO WARRANTY, to the extent permitted by law.
60 .SH "SEE ALSO"
61 The full documentation for
62 .B touch
63 is maintained as a Texinfo manual.  If the
64 .B info
65 and
66 .B touch
67 programs are properly installed at your site, the command
68 .IP
69 .B info touch
70 .PP
71 should give you access to the complete manual.