logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

touch - set modification date of a file

Bugs

Touch will not touch directories.

                                                                                                   TOUCH(1plan9)

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.

Name

       touch - set modification date of a file

See Also

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

Source

/src/cmd/touch.c

Synopsis

touch [ -c ] [ -ttime ] file...

See Also