plan9port/man/man1/touch.1

36 lines
462 B
Groff
Raw Normal View History

2004-04-10 18:53:55 +00:00
.TH TOUCH 1
.SH NAME
touch \- set modification date of a file
.SH SYNOPSIS
.B touch
[
.B -c
]
[
.B -t
.I time
]
.I file ...
.SH DESCRIPTION
.I Touch
attempts to set the modification time of the
.I files
to
.I time
(by default, the current time).
If a
.I file
does not exist,
it will be created unless option
.B -c
is present.
.SH SOURCE
2005-01-11 17:37:33 +00:00
.B \*9/src/cmd/touch.c
2004-04-10 18:53:55 +00:00
.SH SEE ALSO
.MR ls (1) ,
.MR stat (3) ,
.MR chmod (1)
2004-04-10 18:53:55 +00:00
.SH BUGS
.I Touch
will not touch directories.