touch

Create files and set access/modification times. More information: https://manned.org/man/freebsd-13.1/touch.

touch path/to/file1 path/to/file2 ...

touch -c -a|m path/to/file1 path/to/file2 ...

touch -c -t YYYYMMDDHHMM.SS path/to/file1 path/to/file2 ...

touch -c -r ~/.emacs path/to/file1 path/to/file2 ...