touch - change file timestamps, or create a file if the file does not exist.
Syntax
1
touch [OPTION] FILE...
Description
Update the access and modification times of each FILE to the current time. You can choose to only change the access time and modification time individually.
A FILE argument that does not exist is created empty, unless -c or -h is supplied.