initial commit

This commit is contained in:
Connor Lane Smith
2011-05-23 02:36:34 +01:00
commit 8e26716a5a
23 changed files with 632 additions and 0 deletions

22
touch.1 Normal file
View File

@@ -0,0 +1,22 @@
.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.