Skip to content

Commit

Permalink
use relative links in README
Browse files Browse the repository at this point in the history
  • Loading branch information
dtxe committed Jan 16, 2024
1 parent 208976a commit 5a80891
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Unix

## Contents
1. [Description](https://github.com/UofT-DSI/shell/#description)
2. [Learning Outcomes](https://github.com/UofT-DSI/shell/#learning-outcomes)
3. [Course Contacts](https://github.com/UofT-DSI/shell/#course-contacts)
4. [Pre-Course Work](https://github.com/UofT-DSI/shell/#pre-course-work)
5. [Design](https://github.com/UofT-DSI/shell/#design)
6. [Schedule](https://github.com/UofT-DSI/shell/#schedule)
7. [Prerequisites](https://github.com/UofT-DSI/shell/#prerequisites)
7. [Expectations](https://github.com/UofT-DSI/shell/#expectations)
8. [Policies](https://github.com/UofT-DSI/shell/#policies)
9. [Folder Structure](https://github.com/UofT-DSI/shell/#folder-structure)
10. [Acknowledgements](https://github.com/UofT-DSI/shell/#acknowledgements)
1. [Description](#description)
2. [Learning Outcomes](#learning-outcomes)
3. [Course Contacts](#course-contacts)
4. [Pre-Course Work](#pre-course-work)
5. [Design](#design)
6. [Schedule](#schedule)
7. [Prerequisites](#prerequisites)
7. [Expectations](#expectations)
8. [Policies](#policies)
9. [Folder Structure](#folder-structure)
10. [Acknowledgements](#acknowledgements)

## Description
This section of the course will start by introducing the fundamental language of Unix shell, covering topics such as file and directory navigation and manipulation. Following this, students will gain proficiency in various commands, script creation, and the development of basic functions utilizing pipes, filters, and loops.
Expand Down

0 comments on commit 5a80891

Please sign in to comment.