Learn to Code Special! | 30% off ALL ACCESS to One Month ๐ŸŽ‰๐ŸŽ‰๐ŸŽ‰

Hide

Making Folders and Files with the Command Line

Fundamentals ยท Lesson 5 ยท


And with a few quick keystrokes, we create something out of nothing.

Learn these basic commands

$ touch index.html  
#creates a new file named index.html
#Windows: use "echo.> your_file.txt"

$ mkdir hello 
#Makes a new directory (folder) named hello