Answers for "create file using terminal"

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
-1

how to create a file in terminal

$ mkdir -p turtle/images
Posted by: Guest on February-02-2021

Code answers related to "create file using terminal"

Browse Popular Code Answers by Language