add mkdir
This commit is contained in:
6
touch.1
6
touch.1
@@ -1,6 +1,6 @@
|
||||
.TH TOUCH 1 sbase\-VERSION
|
||||
.SH NAME
|
||||
touch \- set files' modification time
|
||||
touch \- set files' timestamps
|
||||
.SH SYNOPSIS
|
||||
.B touch
|
||||
.RB [ \-c ]
|
||||
@@ -9,8 +9,8 @@ touch \- set files' modification 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.
|
||||
sets the given files' modification time to the current time. If a file does not
|
||||
exist it is created.
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
.B \-c
|
||||
|
Reference in New Issue
Block a user