Answers for "create a 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
0

create file linux

//will create test.txt
sudo touch test.txt
Posted by: Guest on March-10-2021

Code answers related to "create a file in linux"

Browse Popular Code Answers by Language