Answers for "create html file using terminal"

1

how to make html file from terminal

cd Desktop/; mkdir webproject; cd webproject; touch index.html; touch style.css
Posted by: Guest on June-13-2021
0

how to create new file through terminal

touch bar.txt
Posted by: Guest on May-06-2020

Code answers related to "create html file using terminal"

Browse Popular Code Answers by Language