plan9 man page for touch

Query: touch

OS: plan9

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

TOUCH(1)						      General Commands Manual							  TOUCH(1)

NAME
touch - set modification date of a file
SYNOPSIS
touch [ -c ] file ...
DESCRIPTION
Touch attempts to set the modification time of the files to the current time. If a file does not exist, it will be created unless option -c is present.
SOURCE
/sys/src/cmd/touch.c
SEE ALSO
ls(1), stat(2), chmod(1)
BUGS
Touch will not touch directories. TOUCH(1)
Related Man Pages
touch(1) - linux
touch(1) - mojave
touch(1) - redhat
touch(1) - debian
touch(1b) - sunos
Similar Topics in the Unix Linux Community
TFTP setup
how to make a log.txt and add date and time when use ls,touch and find
touch -t time, using different userid
Change date time stamp of existing file
Automate "touch" bash script not working.