Objective: Solve the mystery by using ONLY the Terminal to navigate files. Don't use a text editor to view any files except readme.md
and cheatsheet.md
.
-
Fork this repo, and clone it into your
wdi
folder on your local machine. -
Change directories into
command-line-mystery
:$ cd command-line-mystery
-
Inside
command-line-mystery
, create a new file calledsolution.md
:$ touch solution.md
-
When you're ready to dive into detective work, start by reading the
instructions
file:$ cat instructions
-
As you work to solve the mystery, keep track of all the Terminal commands you type by recording them in
solution.md
(you're allowed to use your text editor for this part). When you figure out who committed the crime, add the culprit's name tosolution.md
as well.
- As you make changes to
solution.md
, frequently commit and push to GitHub. - Once you've finished the assignment and pushed your work to GitHub, make a pull request from your fork to the original repo. You can find instructions for this here.
- Markdown Basics (this will come in handy for formatting your answers in
solution.md
)