All of the following must be done exclusively in your terminal with Bash. Do not use a file manager.
If you don’t remember the commands you need to use or how to use them, look back on the “Basic Bash” reading or check the manual with the man
command.
Project1
and Project2
, and two files named named_with_underscores.txt
and thisIsCamelCase.txt
.Project
directory, create an index.html
file, a css
directory, and an images
directory.styles.css
file in one of the css
directories, and copy it into the other.subl
to edit the named_with_underscores.txt
file to say “The statement below is true.”subl
to edit the thisIsCamelCase.txt
file to say “The statement above is false.”Project
folders.When you’ve finished, let one of the instructors know and we will look at your files and history.
Move on to the “Treasure Hunt” exercise to complete this module.