Calendar

Info

This is a rough sketch of the quarter and things are subject to change. We can accurately predict the past, but predicting the future is hard!

Topic Homeworks
Week 1
Tue 06/18
LEC 01 Syllabus, Introduction to Linux/Bash
in-class: gslides recording
All files available in one zip.

To download all files at once, type the following commands in a shell on your machine:

wget https://courses.cs.washington.edu/courses/cse391/24su/lectures/1/lecture1.zip
unzip lecture1.zip
Released
HW1
Unix Shell Commands
Due 10:00 am
Week 2
Tue 06/25
LEC 02 More shell commands, streams, I/O redirection
pre-class:
in-class: gslides recording
All files available in one zip.

To download all files at once, type the following commands in a shell on your machine:

wget https://courses.cs.washington.edu/courses/cse391/24su/lectures/2/lecture2.zip
unzip lecture2.zip
Released
HW2
More Unix Shell
Due 10:00 am
Week 3
Tue 07/02
LEC 03 More I/O, xargs, streams, cut
pre-class:
resources: commands
All files available in one zip.

To download all files at once, type the following commands in a shell on your machine:

wget https://courses.cs.washington.edu/courses/cse391/24su/lectures/3/lecture3.zip
unzip lecture3.zip
Released
HW3
Even More Unix Shell!
Due 10:00 am
Week 4
Tue 07/09
LEC 04 Version control (git)
Released
HW4
git
Due 10:00 am
Week 5
Tue 07/16
LEC 05 More Version Control (git)
Released
HW5
More git
Due 10:00 am
Week 6
Tue 07/23
LEC 06 Regular expressions, grep -E
Released
HW6
Regular Expressions
Due 10:00 am
Week 7
Tue 07/30
LEC 07 More regular expressions, sed
Released
HW7
More regex and sed
Due 10:00 am
Week 8
Tue 08/06
LEC 08 Basic shell scripting, users, groups, permissions
Released
HW8
Shell Scripting
Due 10:00 am
Week 9
Tue 08/13
LEC 09 More shell scripting, persistent shell settings
Released
HW9
More Shell Scripting
Due 10:00 am