CS 2204: UNIX
Fall 2001
[
Syllabus
] [
What's New
] [
Schedule
] [
Assignments
] [
Labs
]
Additional resources for learning shell scripting in ksh:
Old lecture notes (courtesy of Layne Watson)
shell variables
shell scripting
Example scripts shown in class
list_args
(lists its arguments)
my_wc
(reformats the output of the wc command)
recursive_listing
(does a depth-first search of a directory tree)