touch Command touch
Update modification time of a file
touch [ -c ] file ...
COHERENT keeps track of when each file was last modified. touch
changes the modification time of each file to the current time,
but does not modify its contents. By default, touch creates file
if it does not already exist; the -c flag suppresses this.
***** See Also *****
commands, make
COHERENT Lexicon Page 1