This assignment requires you to practice using some of the commands from the assigned readings.
If you are not sure what commands to use:
Man pages contain a wealth of relevant information. Before you begin the assignment, you may find it helpful to re-read the man pages for at least the following commands:
You are required to use git for this assignment.
To check out the homework assignment (you’ll need to substitute the current four-digit year for YYYY, the current homework number for XX, and substitute your actual Github username):
Your workflow should be as follows:
First, edit one of the scripts, using the text editor of your choice.
Next, commit your changes using git:
You should follow the above steps after every edit of the file.
It is your responsibility to test each script to verify that it functions correctly.