Command
touch
Explanation
touch is used to create empty files or update timestamps. It creates empty files or updates the timestamps.
Examples
Create empty file
touch newfile.txt
Set specific timestamp
touch -t 202501010000 file.txt
touch
touch is used to create empty files or update timestamps. It creates empty files or updates the timestamps.
Create empty file
touch newfile.txt
Set specific timestamp
touch -t 202501010000 file.txt