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...

Watch Original03/08/2026
0

0 Comments

Sign in to join the conversation

No comments yet

Be the first to share your thoughts!

Other Coverage

Related Videos