touch
man touch
The touch command is used to create files, and modify file's access and modification times
You can create 1 file
touch file1.txt
or multiple files
touch file2.txt file3.txt