@@ -18,6 +18,8 @@ systems or know a few commands but would like to know more, this tutorial is for
1818Cygwin and the Git bash as well, given that Python 3 is installed on
1919your system.*
2020
21+ ----
22+
2123## Goal
2224
2325In this tutorial, you will be looking for a word with 22 characters:
@@ -34,6 +36,8 @@ All characters are hidden in the exercises below.
3436
3537![ ] ( preparations.png )
3638
39+ ----
40+
3741## 1. Directories and files
3842
3943
@@ -115,6 +119,8 @@ few characters. Unix tries to guess what you are typing.
115119
116120</div >
117121
122+ ----
123+
118124## 2. Edit text files
119125
120126Please use ` cd .. ` to go back to the top directory of the tutorial
@@ -159,6 +165,8 @@ You get shown a help page that you can leave by pressing 'q'.
159165
160166</div >
161167
168+ ----
169+
162170## 3. Copy and remove files
163171
164172Please go to the directory exercise\_ 3.
@@ -228,6 +236,8 @@ idea after learning this command.
228236
229237</div >
230238
239+ ----
240+
231241## 4. Process text data
232242
233243Please go to the directory exercise\_ 4.
@@ -298,6 +308,7 @@ The last two exercises may not work on Git Bash.
298308
299309</div >
300310
311+ ----
301312
302313## 5. Unzip files
303314
@@ -344,6 +355,8 @@ gzip backup.tar
344355
345356</div >
346357
358+ ----
359+
347360## 6. Command-line tools
348361
349362Please go to the directory ` exercise_6 ` .
@@ -502,6 +515,8 @@ You find the pid number in the first column of the *top* output. Of
502515course, you may only interrupt your own programs, not those owned by
503516* root* , the system administrator.
504517
518+ ----
519+
505520### License
506521
507522** © 2010 Dr. Kristian Rother**
0 commit comments