Answers for "linux terminal create file"

2

linux terminal create file

/* only create file */
touch myFile.html

/* create and open to edit */
nano myFile.html
vim myFile.html
Posted by: Guest on March-25-2021

Code answers related to "linux terminal create file"

Browse Popular Code Answers by Language