sbase/touch.1
Connor Lane Smith 8e26716a5a initial commit
2011-05-23 02:36:34 +01:00

23 lines
452 B
Groff

.TH TOUCH 1 sbase\-VERSION
.SH NAME
touch \- set files' modification time
.SH SYNOPSIS
.B touch
.RB [ \-c ]
.RB [ \-t
.IR time ]
.RI [ file ...]
.SH DESCRIPTION
.B touch
sets the files' modification time to the current time. If a file does not exist
it is created.
.SH OPTIONS
.TP
.B \-c
do not create files if they do not exist.
.TP
.BI \-t " time"
sets the files' modification time to
.IR time ,
given as the number of seconds since the Unix epoch.