How to Create an Empty File on Ubuntu
The Easiest Command to Create an Empty File on Ubuntu Command Line CLI.
Use this snippet to create an empty file in ubuntu using the touch command.
touch /var/www/html/index.html
Use this snippet to create an empty file in ubuntu using the touch command.
touch /var/www/html/index.html