Change Access Time Without Creating a New File
In some situations, you want to change an existing file’s access and modification time to the current time without actually creating a new one. To do that, use the c option followed by the file name with the touch command:
touch -c new_file.txt

