CS 81.21
Introduction to UNIX
© 2011
Eric Skagerberg
(All rights reserved. This material may not be reproduced in printed or electronic format without the express permission of the author.)
Adjunct Instructor,
Computer & Information Sciences Department
Santa Rosa Junior College
, California
·
Eric S. Home Page
·
UNIX Assignments & Exams Schedule
Page last updated 14 April, 2011
Shell Script Reference Reading
Sh - the Bourne Shell
by Bruce Barnett
Linux Shell Scripting Tutorial
by nixCraft
Shell Programming
from
Learning UNIX, v4.0
BASH Programming - Introduction How-To
Shell Programming for the Uninitiated
from
UNIX Power Tools
The PATH variable, from
Chapter 2 of The Linux Migration Project
:
"
Working with variables
"
"
Setting your search path
"
Regular expressions
(including
grep
) from
Bash Guide for Beginners
by Machtelt Garrels
"
Regular expression metacharacters
"
Examples: "
Grep and regular expressions
"
Quoting - Single ( ' ) vs. Double ( " ):
A Guide to Unix Shell Quoting
by
Uwe Waldmann
UNIX SHELL Quote Tutorial
by Bruce Barnett
Command line arguments:
Positional Parameters $1, $2, ..., $9
from
Sh - the Bourne Shell
by Bruce Barnett
Handling Command Line Arguments
from
Shelldorado
Passing arguments to the shell
from
Bourne shell programming
in
UNIXhelp for Users
Positional Parameters
from
Writing shell scripts
by William Shotts, Jr.
Linux in a Nutshell, Fifth Edition
(book only)
:
Chapter 6. The Bash Shell and Korn Shell
·
Eric S. Home Page
·
UNIX Assignments & Exams Schedule