touch
touch
is a command used for creating
blank files. This command only creates a blank file and does not add anything to it.
Syntax: touch[option]<filename>
SNIPPET
1user@localhost:~$ touch Newfile
2user@localhost:~$ ls
3Documents Newfile Pictures Videos