Terminal - Activity
Instructions:
From the Terminal/Console and using only the command line, create the following:
- A new folder with the name of
first_lesson_stuff
- A new HTML file with the name of
first-lesson.html
- Open the current folder containing the new HTML file.
Challenge:
- Create multiple directories/folders with the names
one_folder
andsecond_folder
in one command. - Create multiple files with the names
one.html
andtwo.html
in one command in the first_lesson_stuff directory.