| Week | Date | Lecture |
|---|---|---|
| 1 |
6/24 |
Discuss syllabus; ASSIGNED: Homework 1 |
| 2 |
7/1 |
More shell commands;
wget http://courses.cs.washington.edu/courses/cse391/19su/lectures/2/lec02Files.zip at a command prompt on attu or a terminal in the CSE VM, and then unzip lec02Files.zip.
ASSIGNED: Homework 2 |
| 3 |
7/8 |
more I/O redirection; command substitution;
ASSIGNED: Homework 3 |
| 4 |
7/15 |
Persistent shell settings; permissions ASSIGNED: Homework 4 |
| 5 |
7/22 |
Basic shell scripting
wget http://courses.cs.washington.edu/courses/cse391/19su/lectures/5/lec05Files.tar.gz at a command prompt on attu or a terminal in the CSE VM, and then tar -xzf lec05Files.tar.gz.
ASSIGNED: Homework 5 |
| 6 |
7/29 |
More shell scripting
ASSIGNED: Homework 6 |
| 7 |
8/5 |
Regular Expressions; egrep and sed
ASSIGNED: Homework 7 |
| 8 |
8/12 |
Large program management (make)
ASSIGNED: Homework 8 |
| 9 |
8/19 |
Version Control (git)
ASSIGNED: Homework 9 |