S
Systems Programming
Rust, C, C++, Go, and low-level programming
'touch' - change file timestamps - Video Man Pages
The 'touch' command is used to change file timestamps or to create empty files. - Create empty files: touch file1 file2 ... - Set file [a]ccess or [m]odification times to the current one: touch -a|m file1 file2 ... - Set file [a]ccess or [m]odification times to the current one but "don't crea...