Create Empty File / Update Timestamp
SH · Navigation & Filessyntax
touch [options] file...example
touch index.html
touch -t 202601151030 report.pdfNote If the file exists, touch updates its modification timestamp without changing content. With -t, you can set a specific timestamp in [[CC]YY]MMDDhhmm[.ss] format.