Skip to content

Instantly share code, notes, and snippets.

@Morzanne
Created February 28, 2019 12:13
Show Gist options
  • Save Morzanne/f39e1e36dfc31dbe20387d1cef3af896 to your computer and use it in GitHub Desktop.
Save Morzanne/f39e1e36dfc31dbe20387d1cef3af896 to your computer and use it in GitHub Desktop.
Enquête à Terminal City
1 pwd
2 ls
3 cd clmystery-master/
4 ls
5 less instructions
6 cd mystery/
7 ls
8 grep "CLUE" crimescene
9 ls
10 grep "Annabel" people
11 ls
12 cd streets/
13 ls
14 less "Church" *
15 head -n40 Hart_Place
16 cd ..
17 ls
18 cd interviews/
19 ls
20 less interview-47246024
21 cd ..
22 ls
23 cd streets/
24 ls
25 head -n179 Buckingham_Place
26 cd /home/aurelien/interviews
27 cd ..
28 ls
29 cd /home/aurelien/clmystery-master/interviews
30 cd interviews/
31 ls
32 less interview-699607
33 cd ..
34 ls
35 grep "L337" vehicles
36 grep A-5 "L337" vehicles
37 grep -A5 "L337" vehicles
38 ls
39 grep "Erika Owens" people
40 grep "Joe Germuska" people
41 grep "Jeremy Bowers" people
42 grep "Jacqui Maher" people
43 grep "Aron Pilhofer" people
44 grep "Heather Billings" people
45 pwd
46 ls
47 cd streets/
48 ls
49 head -n145 Claybourne_Street
50 cd ..
51 ls
52 cd interviews/
53 less interview-1767435
54 cd ..
55 ls
56 cd streets/
57 head -n275 Plainfield_Street
58 cd /home/aurelien/clmystery-master/mystery/interviews/
59 less interview-29741223
60 cd /home/aurelien/clmystery-master/mystery/streets/
61 head -n284 Dunstable_Road
62 cd /home/aurelien/clmystery-master/mystery/interviews/
63 less interview-9620713
64 echo JEREMY BOWERS
65 history>monhistorique.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment