Created
September 5, 2018 12:11
-
-
Save kuronana/f51613943fd2225deccb1a75040adad4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 cd /Telechargement | |
2 ls | |
3 cd Téléchargements/ | |
4 ls | |
5 cd clmystery-master/ | |
6 ls | |
7 cd mystery/ | |
8 ls | |
9 ls -l | |
10 cat crimescene | |
11 ls | |
12 cat crimescene | |
13 clear | |
14 grep "CLUE" crimescene > clues.txt | |
15 ls | |
16 cat clues.txt | |
17 ls | |
18 tpo | |
19 top | |
20 cat clues.txt | |
21 ls | |
22 cd . | |
23 cd .. | |
24 ls | |
25 cd mystery/ | |
26 ls | |
27 ls -l | |
28 ls -lh | |
29 l | |
30 ls | |
31 cat c | |
32 cat clues.txt | |
33 cd interview | |
34 cd interviews/ | |
35 ls | |
36 cd /membership | |
37 cd .. | |
38 cd memberships/ | |
39 ls | |
40 cd .. | |
41 ls | |
42 cat people | |
43 ls | |
44 cat clues.txt | |
45 grep "Annabel" interviews > anna-chan.txt | |
46 grep "people" interviews > anna-chan.txt | |
47 grep "Annabel" people > anna-chan.txt | |
48 cat anna-chan.txt | |
49 man sed | |
50 man line | |
51 man head | |
52 ls | |
53 cat crimescene | |
54 cat people | |
55 man head | |
56 man tail | |
57* head -n 50 crimescene |tail -n 40 | |
58 cat anna-chan.txt | |
59 grep "Hart Place" crimescene > hartplace.txt | |
60 cat hartplace.txt | |
61 sudo rm hartplace.txt | |
62 l | |
63 cat anna-chan.txt | |
64 ls | |
65 cd streets/ | |
66 ls | |
67 tail -n 40 Hart_Place > annasun.txt | |
68 cat annasun.txt | |
69 head -n 50| tail -n 40 | |
70 sudo rm annasun.txt | |
71 head -n 50| tail -n 40 | |
72 head -n 50| tail -n 40 Hart_Place | |
73 cat Hart_Place | |
74 man grep | |
75 head -n 41 |tail -n 40 Hart_Place | |
76 man tail | |
77 ls | |
78 cd .. | |
79 ls | |
80 cd interviews/ | |
81 ls | |
82 cat interview-47246024 | |
83 cd .. | |
84 ld | |
85 ls | |
86 cat anna-chan.txt | |
87 cd stree | |
88 cd streets/ | |
89 ls | |
90 cat Buckingham_Place | |
91 cat Buckingham_Place line 179 | |
92 cd.. | |
93 cd .. | |
94 cd interviews/ | |
95 cat interview-699607 | |
96 cd .. | |
97 ls | |
98 cat vehicles | |
99 grep "blue honda" vehicles | |
100 grep "blue honda" vehicles > vehicles susp | |
101 grep "blue honda" vehicles > cars | |
102 cat cars | |
103 ls | |
104 mv cars > cars.txt | |
105 sudo rm cars | |
106 ls | |
107 cat cars.txt | |
108 ls | |
109 sudo rm cars.txt | |
110 ls | |
111 grep "Jeremy Bowers" people > jer-kun.txt | |
112 cat jer-kun.txt | |
113 line | |
114 LINE | |
115 cat LINE 40 vehicles | |
116 ls | |
117 cd streets/ | |
118 head 284 Dunstable_Road |tail 284 Dunstable_Road | |
119 head 284 Dunstable_Road | |
120 head -n 284 Dunstable_Road |tail -n 284 Dunstable_Road | |
121 cd .. | |
122 ms | |
123 ls | |
124 cd interviews/ | |
125 cat interview-#9620713 | |
126 cat interview-9620713 | |
127 cd .. | |
128 ls | |
129 grep "Jacqui Maher" people | |
130 echo "Jeremy Bowers" | |
131 history > the_coupable.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment