Which command is utilized to modify the access and modification timestamps of a file?
Explanation
The 'touch' command is specifically designed to change the access and modification times of a file without altering its content. Other commands like 'grep' search text, 'wc' counts words or lines, and 'cat' displays file contents.