Skip to content

Instantly share code, notes, and snippets.

@Nocktiss
Created February 28, 2019 14:19
Show Gist options
  • Save Nocktiss/9d10b5a6f613a71054fff54dded6c798 to your computer and use it in GitHub Desktop.
Save Nocktiss/9d10b5a6f613a71054fff54dded6c798 to your computer and use it in GitHub Desktop.
➜ planets git:(master) ✗ tree
.
├── fictional
│   ├── arrakis.jpeg
│   ├── coruscant.jpeg
│   └── cybertron.jpeg
├── inhabited
│   ├── arrakis.jpeg
│   ├── coruscant.jpeg
│   ├── cybertron.jpeg
│   └── earth.jpeg
└── real
├── gas-giants
│   ├── jupiter.jpeg
│   ├── neptune.jpeg
│   ├── saturn.jpeg
│   └── uranus.jpeg
└── telluric
├── earth.jpeg
├── mars.jpeg
├── mercury.jpeg
└── venus.jpeg
5 directories, 15 files
➜ planets git:(master) ✗ history
1 history clear
2 history -c
3 clear
4 ls
5 ProjectWild
6 ls
7 cd ..
8 pwd
9 sudo apt-get install -y tree wget unzip
10 ls
11 ProjectWild
12 ls
13 rm bonjour.sh
14 mkdir Quêtes-Mystery
15 mv Mystery Quêtes-Mystery
16 ls
17 touch bonjour.sh
18 vim bonjour.sh
19 ./bonjour.sh
20 chmod +x ./bonjour.sh
21 ./bonjour.sh
22 ./bonjour.sh Laura
23 rm bonjour.sh
24 ls
25 wget https://github.com/bhubr/bhubr.github.io/raw/master/wild/planets.zip
26 unzip planets.zip
27 eog planets
28 ls
29 rm planets.zip
30 ls
31 mkdir Quête-Termi2
32 mv planets Quête-Termi2
33 ls
34 cd Quête-Termi2
35 ls
36 mkdir real fictional inhabited
37 ls
38 rm fictional inhabited real
39 rm -rf fictional real inhabited
40 ls
41 cd planets
42 ls
43 mkdir real fictional inhabited
44 ls
45 cd real
46 ls
47 mkdir telluric gas-giants dwark-planets
48 ls
49 cd ..
50 mv mercury.jpeg venus.jpeg earth.jpeg telluric
51 mv mercury.jpeg venus.jpeg earth.jpeg real
52 ls
53 real
54 ls
55 mv mercury.jpeg venus.jpeg earth.jpeg telluric
56 ls
57 cat telluric
58 telluric
59 ls
60 cd ..
61 ls
62 cd ..
63 ls
64 mv mars.jpeg real
65 cd real
66 ls
67 mv mars.jpeg telluric
68 ls
69 cd ..
70 ls
71 cd ..
72 ls
73 touch bonjour.sh
74 chmod +x bonjour.sh
75 ./bonjour.sh
76 vim bonjour.sh
77 ./bonjour.sh
78 ./bonjour.sh laura
79 ls
80 Quête-Termi2
81 ls
82 cd planets
83 ls
84 mv jupiter.jpeg saturn.jpeg real
85 cd real
86 ls
87 mv jupiter.jpeg saturn.jpeg gas-giants
88 ls
89 cd ..
90 mv pluto.jpeg real
91 ls
92 real
93 s
94 ls
95 mv pluto.jpeg dwark-planets
96 mv dwark-planets dwarf-planets
97 ls
98 cd..
99 cd ..
100 ls
101 real
102 ls
103 cd gas-giants
104 ls
105 cd ..
106 ls
107 cd ..
108 ls
109 mv neptune.jpeg uranus.jpeg real
110 cd real
111 ls
112 mv neptune.jpeg uranus.jpeg gas-giants
113 ls
114 cd
115 ls
116 cd ProjectWild
117 ls
118 Quête-Termi2
119 ls
120 planets
121 s
122 ls
123 mv arrakis.jpeg coruscant.jpeg cybertron.jpeg fictional
124 ls
125 cd ..
126 ls
127 planets
128 ls
129 real
130 ls
131 cd telluric
132 ls
133 cp earth.jpeg inhabited
134 cd ..
135 ls
136 cd ls
137 cd ..
138 ls
139 inhabited
140 ls
141 cd ..
142 ls
143 inhabited
144 ls
145 cd ..
146 ls
147 real
148 ls
149 teluric
150 telluric
151 ls
152 rm inhabited
153 ls
154 cp earth.jpeg inhabited/earth.jpeg
155 cp earth.jpeg
156 ls
157 cd ..
158 ls
159 dwarf-planets
160 ls
161 cd ..
162 ls
163 rm -rf dwarf-planets
164 ls
165 tree
166 ls
167 cd ..
168 ls
169 tree
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment