Answers for "how to create new file in 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

Code answers related to "how to create new file in linux"

Browse Popular Code Answers by Language