03-02 touch command

01

man touch
                

The touch command is used to create files, and modify file's access and modification times

02

You can create 1 file

touch file1.txt
                

or multiple files

touch file2.txt file3.txt