@@ -26,16 +26,13 @@ In this tutorial, you will be looking for a word with 22 characters:
2626
2727All characters are hidden in the exercises below.
2828
29- Preparations
30- ------------
29+ ## Preparations
3130
32- All exercises can be solved using a ** Unix terminal** (including Mac) or
33- ** git Bash** on Windows.
31+ * clone the repository
32+ * locate the ` exercises/ ` folder
33+ * open a ` bash ` terminal
3434
35- - Clone the repository.
36-
37- 1 . Directories and files
38- ------------------------
35+ ## 1. Directories and files
3936
4037### 1.1. Navigating directories
4138
@@ -115,8 +112,7 @@ few characters. Unix tries to guess what you are typing.
115112
116113</div >
117114
118- 2 . Edit text files
119- ------------------
115+ ## 2. Edit text files
120116
121117Please use ` cd .. ` to go back to the top directory of the tutorial
122118material. Then, change to the directory ` exercise_2 ` .
@@ -160,8 +156,7 @@ You get shown a help page that you can leave by pressing 'q'.
160156
161157</div >
162158
163- 3 . Copy and remove files
164- ------------------------
159+ ## 3. Copy and remove files
165160
166161Please go to the directory exercise\_ 3.
167162
@@ -230,8 +225,7 @@ idea after learning this command.
230225
231226</div >
232227
233- 4 . Process text data
234- --------------------
228+ ## 4. Process text data
235229
236230Please go to the directory exercise\_ 4.
237231
@@ -302,8 +296,7 @@ The last two exercises may not work on Git Bash.
302296</div >
303297
304298
305- 5 . Unzip files
306- --------------
299+ ## 5. Unzip files
307300
308301Please go to the directory exercise\_ 5.
309302
@@ -348,8 +341,7 @@ gzip backup.tar
348341
349342</div >
350343
351- 6 . Command-line tools
352- ---------------------
344+ ## 6. Command-line tools
353345
354346Please go to the directory ` exercise_6 ` .
355347
@@ -507,8 +499,7 @@ You find the pid number in the first column of the *top* output. Of
507499course, you may only interrupt your own programs, not those owned by
508500* root* , the system administrator.
509501
510- License
511- -------
502+ ### License
512503
513504** © 2010 Dr. Kristian Rother**
514505
@@ -518,16 +509,14 @@ Share-alike License 4.0
518509You can find the full sources on
519510[ < https://github.com/krother/bash_tutorial > ] ( https://github.com/krother/bash_tutorial ) .
520511
521- Acknowledgements
522- ----------------
512+ ### Acknowledgements
523513
524514I thank Janusz M. Bujnicki, Allegra Via, Pedro Fernandes and Joachim
525515Jacob for their help with testing and reviewing the material. Further
526516thanks go to the German Academic Exchange Service (DAAD) for financial
527517support.
528518
529- Contact
530- -------
519+ ### Contact
531520
532521Dr. Kristian Rother
533522
0 commit comments