The touch command lets you create new empty files via the command line.
For example, to create an HTML file named index under the Documents directory:
touch /home/username/Documents/index.html
Published
The touch command lets you create new empty files via the command line.
For example, to create an HTML file named index under the Documents directory:
touch /home/username/Documents/index.html