Answers for "make file linux"

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

Browse Popular Code Answers by Language