Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

linux terminal create file

/* only create file */
touch myFile.html

/* create and open to edit */
nano myFile.html
vim myFile.html
Source by linuxize.com #
 
PREVIOUS NEXT
Tagged: #linux #terminal #create #file
ADD COMMENT
Topic
Name
3+6 =