Skip to content

Commit bc2543b

Browse files
committed
Adding slides up to Exercise 1
1 parent 275c149 commit bc2543b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+386
-10
lines changed

README.md

+4-3

img/cat.png

50.1 KB

img/cd.png

56.9 KB

img/cp-R.png

56.9 KB

img/cp.png

61.3 KB

img/echo.png

75.3 KB

img/find.png

50.2 KB

img/grep.png

78.3 KB

img/history.png

77.4 KB

img/less.png

39.6 KB

img/ls-a.png

87.7 KB

img/ls-al.png

131 KB

img/ls-l.png

107 KB

img/ls.png

60.1 KB

img/makeremove.png

93.9 KB

img/more.png

85 KB

img/mvfile.png

58.3 KB

img/prompt.jpg

47.8 KB

img/pwd.png

51.6 KB

img/redirection.png

72 KB

img/renamefile.png

54.3 KB

img/rmfile.png

53.2 KB

img/terminal.png

46.3 KB

img/touch.png

57.2 KB

img/unixfilestructure.gif

4.6 KB

index.html

+194-2
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,207 @@
6060

6161

6262

63-
<section data-html="slides/introductions.html"></section>
63+
<section data-markdown="slides/about-your-instructor.md"></section>
6464

6565

6666

6767

6868

6969

7070

71-
<section data-html="slides/what-well-cover-today.html"></section>
71+
<section data-html="slides/what-is-a-shell.html"></section>
72+
73+
74+
75+
76+
77+
78+
79+
<section data-html="slides/the-shell.html"></section>
80+
81+
82+
83+
84+
85+
86+
87+
<section data-html="slides/the-prompt.html"></section>
88+
89+
90+
91+
92+
93+
94+
95+
<section data-html="slides/prompt.html"></section>
96+
97+
98+
99+
100+
101+
102+
103+
<section data-html="slides/command-structure.html"></section>
104+
105+
106+
107+
108+
109+
110+
111+
<section data-html="slides/the-current-directory.html"></section>
112+
113+
114+
115+
116+
117+
118+
119+
<section data-html="slides/pwd.html"></section>
120+
121+
122+
123+
124+
125+
126+
127+
<section data-html="slides/directories.html"></section>
128+
129+
130+
131+
132+
133+
134+
135+
<section data-html="slides/file-paths.html"></section>
136+
137+
138+
139+
140+
141+
142+
143+
<section data-html="slides/unix-file-structure.html"></section>
144+
145+
146+
147+
148+
149+
150+
151+
<section data-html="slides/file-system-structure.html"></section>
152+
153+
154+
155+
156+
157+
158+
159+
<section data-html="slides/shortcuts.html"></section>
160+
161+
162+
163+
164+
165+
166+
167+
<section data-html="slides/change-directory.html"></section>
168+
169+
170+
171+
172+
173+
174+
175+
<section data-html="slides/cd.html"></section>
176+
177+
178+
179+
180+
181+
182+
183+
<section data-html="slides/clear-your-terminal.html"></section>
184+
185+
186+
187+
188+
189+
190+
191+
<section data-html="slides/list-directory.html"></section>
192+
193+
194+
195+
196+
197+
198+
199+
<section data-html="slides/ls.html"></section>
200+
201+
202+
203+
204+
205+
206+
207+
<section data-html="slides/flags.html"></section>
208+
209+
210+
211+
212+
213+
214+
215+
<section data-html="slides/ls-a.html"></section>
216+
217+
218+
219+
220+
221+
222+
223+
<section data-html="slides/ls-l.html"></section>
224+
225+
226+
227+
228+
229+
230+
231+
<section data-html="slides/ls-al.html"></section>
232+
233+
234+
235+
236+
237+
238+
239+
<section data-html="slides/file-names.html"></section>
240+
241+
242+
243+
244+
245+
246+
247+
<section data-html="slides/making-and-removing-directories.html"></section>
248+
249+
250+
251+
252+
253+
254+
255+
<section data-html="slides/mkdir-rmdir.html"></section>
256+
257+
258+
259+
260+
261+
262+
263+
<section data-html="slides/exercise-1.html"></section>
72264

73265

74266

slides/about-your-instructor.md

+7

slides/cd.html

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<h2>cd</h2>
2+
<h4>(change directory)</h4>
3+
4+
<img src="../img/cd.png" alt="cd">
5+
<p><em>There are 2 other ways that we could have gotten to our home directory...what are they?</em></p>

slides/change-directory.html

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<h2>Change Directory</h2>
2+
<h3><code>cd</code></h3>
3+
4+
<p>Use the <strong><code>cd</code></strong> command to change directories.</p><br/>
5+
<p><em>Expects a file path as an argument.</em></p><br/>
6+
<p>If no file path is given, it assumes your home directory (~) by default.</p>

slides/clear-your-terminal.html

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<h2>Clear your Terminal</h2>
2+
<h3><code>clear</code></h3>
3+
4+
<p>The <strong><code>clear</code></strong> command clears the contents of the terminal and issues a prompt.</p><br>
5+
<p>Feel free to use this whenever things get too cluttered.</p>
6+

slides/command-structure.html

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<h2>Command Structure</h2>
2+
3+
<pre><code class="html" contenteditable>$ command -options targets</code></pre>
4+
5+
<br/><p><em>Don’t forget to hit enter at the end of each command.</em></p>
6+

slides/directories.html

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<h2>Directories</h2>
2+
<h4>Containers for files or other directories.</h4><br/>
3+
<p>Also referred to as "folders".</p><br/>
4+
<p>Nested files and directories can be referenced using <em>paths</em>.</p>

slides/exercise-1.html

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<h2>Develop it!</h2>
2+
<h3>Exercise 1</h3>
3+
4+
<ol>
5+
<li>Change to your home directory desktop</li>
6+
<li>Create a <b>gdi/chicago</b> directory path</li>
7+
<li>Navigate into the <b>gdi/chicago</b> directory</li>
8+
<li>Create a <b>CLI</b> directory</li>
9+
<li>View the contents of the <b>CLI</b> directory</li>
10+
<li>Navigate up two directories</li>
11+
<li>Use the <b>pwd</b> command to verify you are home</li>
12+
<li>Remove the <b>gdi/chicago/CLI</b> path</li>
13+
</ol>

slides/file-names.html

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<h2>File Names</h2>
2+
3+
<ul>
4+
<li>case sensitive</li>
5+
<li>any character (besides “/”)</li>
6+
<li>file extensions are for user convenience</li>
7+
</ul><br/><br/>
8+
9+
<p>Examples:</p>
10+
<pre><code class="html" contenteditable>README .bashrc index.html index.html.old Bugs List.txt</code></pre>

slides/file-paths.html

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<h2>File Paths</h2>
2+
3+
<h4>A sequence of nested directories, with a file or directory at the end.</h4><br/>
4+
<p>Each directory or file is separated by a forward slash "/".</p><br/>
5+
6+
</p>Two Types of Paths:</p>
7+
<p><strong>Relative</strong>: <code class="html" contenteditable>Desktop/Photos/grumpycat.jpg</code></p>
8+
<p><strong>Absolute</strong>: <code class="html" contenteditable>/Users/paigecrum/Desktop/Photos/grumpycat.jpg</code></p>
9+
10+

slides/file-system-structure.html

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<h2>File System Structure</h2>
2+
3+
<p>Varies between systems, but some common folders:</p>
4+
<ul>
5+
<li><strong>/bin</strong>: Basic commands</li>
6+
<li><strong>/etc</strong>: System config files</li>
7+
<li><strong>/tmp</strong>: Temporary files</li>
8+
<li><strong>/usr</strong>: Regular user tools</li>
9+
<li><strong>/usr/local</strong>: Installed user software</li>
10+
<li><strong>/var</strong>: Data used by system</li>
11+
</ul>

slides/flags.html

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<h2>Flags</h2>
2+
3+
<h4>Some commands have additional options that you can specify by using flags.</h4><br>
4+
<p>Flags are preceded by a hyphen, and are often a single character.</p>
5+
<pre><code>$ ls -a</code></pre>
6+
<pre><code>$ ls -l</code></pre>
7+
8+

slides/intro.html

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
<h1>Unix Command Line Basics</h1>
22
<h2>Girl Develop It</h2>
3-
<!-- <h3>Class Subtitle or Something</h3> -->

slides/list-directory.html

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<h2>List Directory</h2>
2+
<h3><code>ls</code></h3>
3+
4+
<p>Use the <strong><code>ls</code></strong> command to list the contents of a directory.</p><br>
5+
<p><em>Expects a file path as an argument.</em></p><br>
6+
<p>If no file path is given, it assumes the current directory by default.</p>
7+

slides/list.json

+26-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
[
22
"intro.html",
33
"welcome.html",
4-
"introductions.html",
5-
"what-well-cover-today.html"
4+
"about-your-instructor.md",
5+
"what-is-a-shell.html",
6+
"the-shell.html",
7+
"the-prompt.html",
8+
"prompt.html",
9+
"command-structure.html",
10+
"the-current-directory.html",
11+
"pwd.html",
12+
"directories.html",
13+
"file-paths.html",
14+
"unix-file-structure.html",
15+
"file-system-structure.html",
16+
"shortcuts.html",
17+
"change-directory.html",
18+
"cd.html",
19+
"clear-your-terminal.html",
20+
"list-directory.html",
21+
"ls.html",
22+
"flags.html",
23+
"ls-a.html",
24+
"ls-l.html",
25+
"ls-al.html",
26+
"file-names.html",
27+
"making-and-removing-directories.html",
28+
"mkdir-rmdir.html",
29+
"exercise-1.html"
630
]

slides/ls-a.html

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<h2>ls -a</h2>
2+
<h4>-a = show hidden files</h4>
3+
4+
<img src="../img/ls-a.png" alt="ls -a" width="78%" height="78%">
5+
<p><em>Notice that hidden file names begin with a "."</em></p>

slides/ls-al.html

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<h2>ls -al</h2>
2+
<h4>Show hidden files and use a long list format</h4>
3+
4+
<img src="../img/ls-al.png" alt="ls -al" width="72%" height="72%">
5+
<p>You can combine flags or list them separately separated by spaces. (e.g. “ls -a -l”)</p>

slides/ls-l.html

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<h2>ls -l</h2>
2+
<h4>-l = use a “long list” format (shows more verbose output)</h4>
3+
4+
<img src="../img/ls-l.png" alt="ls -l">

0 commit comments

Comments
 (0)