@@ -28,23 +28,16 @@ operating system and the **[Bash shell](https://www.gnu.org/software/bash)**.
2828* [ Exercise material (.zip)] ( https://github.com/sib-swiss/CAS-UNIL-intro-to-unix/raw/main/exercises.zip )
2929* [ Exam instructions] ( exam_instructions.md )
3030
31- <br >
32-
3331### Environment setup
3432
35- The only technical requirement for the course is having a laptop with a
36- reasonably recent version of either a ` bash ` shell (version >= ` 4.0 ` ) or a
37- ` zsh ` shell (the default shell on macOS since 2019) installed.
38-
39- You can display your version of ` bash ` with the command:
33+ The only technical requirement for the course is a laptop with a ` bash ` shell
34+ (version >= ` 4.0 ` ) or a ` zsh ` shell (the default shell on macOS since 2019)
35+ installed.
4036
41- ``` sh
42- bash --version
43- ```
44-
45- Please read the ** [ environment setup instructions] ( environment_setup.md ) **
46- for details. Make sure to set up your environment
47- ** before the start of the course** .
37+ * You can display your version of ` bash ` with the command: ` bash --version `
38+ * Please read the [ environment setup instructions] ( environment_setup.md )
39+ for details. Make sure to set up your environment
40+ ** before the start of the course** .
4841
4942<br >
5043<br >
@@ -77,16 +70,13 @@ More specifically, the course covers the following topics:
7770## Course structure 🌱
7871
7972Due to limited in-class time (0.5 days), this course requires participants
80- to ** self-study before and after the class** .
81-
82- <br >
73+ to self-study before and after the class.
8374
8475### Pre-course tasks
8576
86- We kindly ask you to complete the following tasks
87- ** before the start of the course** :
77+ We kindly ask you to complete the following tasks before the course:
8878
89- * ** [ Set up your environment] ( environment_setup.md ) ** (~ 0.5h).
79+ * [ Set up your environment] ( environment_setup.md ) (~ 0.5h).
9080* ** Complete chapters 1 to 4** of the SIB
9181 [ UNIX fundamentals e-learning module] ( https://www.sib.swiss/training/course/2012_UNIXF )
9282 (~ 3h):
@@ -96,8 +86,8 @@ We kindly ask you to complete the following tasks
9686 * [ Chapter 4: UNIX shell - filesystem commands] ( https://edu.sib.swiss/pluginfile.php/2878/mod_resource/content/4/couselab-html/5/start.html )
9787* ** Complete exercises 1 and 2** of the
9888 [ course exercises] ( exercise_instructions.md ) (~ 1h).
99- * For exercise 1, please also complete the ** Additional Task ** sections.
100- * For exercise 2, the ** Additional Task ** sections are optional.
89+ * For exercise 1, please also complete the ** Additional task ** sections.
90+ * For exercise 2, the ** Additional task ** sections are optional.
10191
10292<br >
10393
@@ -115,4 +105,4 @@ During the in-class part of the course, the following topics will be covered.
115105Exercises to do on your own, after the class.
116106
117107* ** Exercises 4** , ** 6** , and ** 7B** (~ 2h).
118- * The ** Additional Task ** sections of the exercises are optional.
108+ * The ** Additional task ** sections of the exercises are optional.
0 commit comments