man.bsd.lv manual page server

Manual Page Search Parameters
TOUCH(1) General Commands Manual TOUCH(1)

touch - update date last modified of a file

touch [ -c ] file ...

Touch attempts to set the modified date of each file. This is done by reading a character from the file and writing it back.

If a file does not exist, an attempt will be made to create it unless the -c option is specified.

UNIX-7