1
0
Fork 0
Go to file
Llewellyn van der Merwe 2c740c9816
Week 14/15: Final Project
2020-12-17 03:13:06 +02:00
week-03 Week 3: Assignment - Hello World 2020-09-19 21:18:29 +02:00
week-04 Week 4: Assignment - Directory Structure 2020-09-26 11:10:19 +02:00
week-05 Week 5: Assignment - greetme 2020-10-03 11:07:23 +02:00
week-06 Week 6: Assignment - Regular Expressions 2020-10-10 10:03:01 +02:00
week-07 Week 7: Assignment - 'datebook' file 2020-10-17 04:29:58 +02:00
week-08 Week 8: Assignment - Modifying 'datebook' 2020-10-24 20:11:24 +02:00
week-10 Week 9/10: Assignment - Profiles, Prompts, Jobs, Directories, Command Lines, and Variables 2020-11-07 01:21:18 +02:00
week-11 Week 11: Assignment - Getting User Input & Conditional Statements 2020-11-14 01:11:31 +02:00
week-13 Week 12/13: Assignment - Loops and Functions 2020-12-05 11:12:16 +02:00
week-15 Week 14/15: Final Project 2020-12-17 03:13:06 +02:00
.gitignore Week 3: Assignment - Hello World 2020-09-19 21:18:29 +02:00
LICENSE Week 3: Assignment - Hello World 2020-09-19 21:18:29 +02:00
README.md Week 3: Assignment - Hello World 2020-09-19 21:18:29 +02:00

README.md

Linux/ Unix Programming I - Fall 2020 (2020FA)

This course aims at developing an understanding of the Unix/Linux operating system and more specifically the "Bourne Again" shell and its corresponding commands/language. This will include covering such topics as Linux/shell commands, GNOME desktop environment, piping and file redirection, regular expressions, using basic text editors, and lastly, shell programming using the Bourne Again commands/language. The course helps the participants to understand the Linux operating system and its structure so as to develop the programs required to manage the operating system.

The above tasks are carried out in the C language and Bourne Again shell scripting language. There are many different shells described in the textbook, however, as mentioned, we will focus exclusively on the "Bourne Again" shell due to it being the default Linux shell and the fact that it is a superset of the "Bourne" and "Korn" shell. This enables students to easily be able to use these shells in the future.

You will find that this course can get very intense as it proceeds. Hence, please be advised to be up to date with assignments and readings else, it may lead to an increasing backlog.

Champlain College