You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/learning_outcomes.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Regular expressions |
15
15
Regular expressions |Learners can use `grep` for pattern matching |RB
16
16
Regular expressions |Learners can use `sed` for pattern matched replacing |.
17
17
Links (hard/soft) |Learners can create soft and hard symbolic links (e.g. `[Shotts, 2024]`, '3. Symbolic Links', p24) |.
18
-
Archiving/Compressing data |Learners can compress and extract data, using `(g)zip` and `tar` |.
18
+
Archiving/Compressing data |Learners can compress and extract data, using `(g)zip` and `tar` |.
19
19
Linux pipe |[Learners can chain commands using the Linux pipe (6. Pipelines, p63-p64)](https://github.com/UPPMAX/naiss_intermediate_bash_linux/issues/6) |RB
20
20
Finding information |[Learners have practiced using a book on bash/Linux](https://github.com/UPPMAX/naiss_intermediate_bash_linux/issues/7) |RB
21
21
Quality of life |Learners can start a background process with `&` and terminate it |.
0 commit comments