SYNOPSIS

touch [ -c ] [ -t time ] file ...

DESCRIPTION

Touch attempts to set the modification time of the files to time (by default, the current time). If a file does not exist, it will be created unless option -c is present.

SOURCE

\*9/src/cmd/touch.c

RELATED TO touch…

ls(1), stat(3), chmod(1)

BUGS

Touch will not touch directories.