2.4.34. touch#

touch creates empty files or updates file timestamps.

2.4.34.1. Common touch usage#

Make a new file without opening an editor:

touch filename

Make files

touch file1 file2 file3