Skip to content

This was part of the Makers PreCourse to learn the foundation skills of using the command line. Clmystery stands for the Command Line Mystery πŸ”πŸ•΅πŸ»

License

Notifications You must be signed in to change notification settings

thatdania/clmystery

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

72 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

The Command Line Murder

.OOOOOOOOOOOOOOO @@                                   @@ OOOOOOOOOOOOOOOO.
OOOOOOOOOOOOOOOO @@                                    @@ OOOOOOOOOOOOOOOO
OOOOOOOOOO'''''' @@                                    @@ ```````OOOOOOOOO
OOOOO'' aaa@@@@@@@@@@@@@@@@@@@@"""                   """""""""@@aaaa `OOOO
OOOOO,""""@@@@@@@@@@@@@@""""                                     a@"" OOOA
OOOOOOOOOoooooo,                                            |OOoooooOOOOOS
OOOOOOOOOOOOOOOOo,                                          |OOOOOOOOOOOOC
OOOOOOOOOOOOOOOOOO                                         ,|OOOOOOOOOOOOI
OOOOOOOOOOOOOOOOOO @          THE                          |OOOOOOOOOOOOOI
OOOOOOOOOOOOOOOOO'@           COMMAND                      OOOOOOOOOOOOOOb
OOOOOOOOOOOOOOO'a'            LINE                         |OOOOOOOOOOOOOy
OOOOOOOOOOOOOO''              MURDERS                      aa`OOOOOOOOOOOP
OOOOOOOOOOOOOOb,..                                          `@aa``OOOOOOOh
OOOOOOOOOOOOOOOOOOo                                           `@@@aa OOOOo
OOOOOOOOOOOOOOOOOOO|                                             @@@ OOOOe
OOOOOOOOOOOOOOOOOOO@                               aaaaaaa       @@',OOOOn
OOOOOOOOOOOOOOOOOOO@                        aaa@@@@@@@@""        @@ OOOOOi
OOOOOOOOOO~~ aaaaaa"a                 aaa@@@@@@@@@@""            @@ OOOOOx
OOOOOO aaaa@"""""""" ""            @@@@@@@@@@@@""               @@@|`OOOO'
OOOOOOOo`@@a                  aa@@  @@@@@@@""         a@        @@@@ OOOO9
OOOOOOO'  `@@a               @@a@@   @@""           a@@   a     |@@@ OOOO3
`OOOO'       `@    aa@@       aaa"""          @a        a@     a@@@',OOOO'

Approach & Objective

This was following the case steps in the files given. It was a guide to make sure one understood all the steps that were instructed and the end result would be finding the criminal of the case! Overall, this suspect case was an entertaining but challenging task to learn about the command line. I managed to find the criminal (JeremyBowers) through this fun investigation, although finding the people through a large archive of names using the command line was the most difficult part.

To the investigation

There's been a murder in Terminal City, and TCPD needs your help.

Before you start, skim through the required materials in the Command Line and Version Control sections of your PreCourse repo. Use it as a reference while working through the case.

Now with your Terminal at hand you're ready to start. A couple of ground rules first:

  • Don't use a text editor. You will find that the command line is an incredibly powerful tool on its own.
  • You can use Google, PreCourse materials, cheatsheets or any other materials available.

Step 1: Get the repo

First you need to fork this repository. To do that click on the "Fork" button in the upper right corner of this page. Forking a 'repo' creates a copy of the repository on your Github account. This gives you your own version of the project to experiment with.

Fork

Next you need to download those files to your machine so that you can edit them. To do that you must clone your forked repository. See this Github guide on how to do this.

Step 2: Investigate

Each step of your investigation will contain a reference to the Detective Handbook at the top. Each page of the Detective Handbook contains the description of the commands you will need to complete that particular step. You can view them in the Terminal:

Reference: ./detective_handbook/getting_started.md

Open a Terminal, go to the location of the files (using the cd command), and start by reading the file 'step0'.

One way you can do this is with following command:

cat step0

(cat is a command that will print the contents of the file called step0 for you to read.)

Credits

By Noah Veltman Projects: noahveltman.com GitHub: veltman Twitter: @veltman

Adapted by the Makers Academy Team

About

This was part of the Makers PreCourse to learn the foundation skills of using the command line. Clmystery stands for the Command Line Mystery πŸ”πŸ•΅πŸ»

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published