Donation?

Harley Hahn
Home Page

Send a Message
to Harley


A Personal Note
from Harley Hahn

Unix Book
Home Page

SEARCH

List of Chapters

Table of Contents

List of Figures

Chapters...
   1   2   3
   4   5   6
   7   8   9
  10  11  12
  13  14  15
  16  17  18
  19  20  21
  22  23  24
  25  26

Glossary

Appendixes...
  A  B  C
  D  E  F
  G  H

Command
Summary...

• Alphabetical
• By category

Unix-Linux
Timeline

Internet
Resources

Errors and
Corrections

Endorsements


INSTRUCTOR
AND STUDENT
MATERIAL...

Home Page
& Overview

Exercises
& Answers

The Unix Model
Curriculum &
Course Outlines

PowerPoint Files
for Teachers

Internet Resources for Chapter 12

Using the Shell: Variables and Options

Man pages

Bash: http://www.gnu.org/software/bash/manual/bashref.html
Korn: http://www.cs.princeton.edu/~jlk/kornshell/doc/man93.html
FreeBSD: http://www.freebsd.org/cgi/man.cgi?query=sh
Tcsh: http://www.tcsh.org/tcsh.html/
Tcsh: http://www.die.net/doc/linux/man/man1/tcsh.1.html
Csh: http://bama.ua.edu/cgi-bin/man-cgi?csh+1
Csh: http://www.mkssoftware.com/docs/man1/csh.1.asp

Shell options (See the -o option of the set command)

Bash: http://www.gnu.org/software/bash/manual/
  bashref.html#The-Set-Builtin

Bash: http://www.phptr.com/articles/article.asp?p=441605&seqNum=8
Korn: http://www.cs.princeton.edu/~jlk/kornshell/doc/man93.html
FreeBSD: http://www.freebsd.org/cgi/man.cgi?query=sh
  Search for: "Argument List Processing"

Environment variables

Bash: http://www.gnu.org/software/bash/manual/
  bashref.html#Bash-Variables

Korn: http://www.cs.princeton.edu/~jlk/kornshell/doc/man93.html
 #Variable%20Assignments

  Search for "The following parameters are automatically set by the shell"
  Be sure to page down several times to get the full list.
FreeBSD: http://www.freebsd.org/cgi/man.cgi?query=sh
  Search for "The following environment variables affect the execution of sh"
Tcsh: http://www.tcsh.org/tcsh.html/ENVIRONMENT.html
Csh: http://bama.ua.edu/cgi-bin/man-cgi?csh+1
  Search for "Environment Variables and Predefined Shell Variables

Shell variables

Tcsh: http://www.die.net/doc/linux/man/man1/tcsh.1.html
  Search for "Special shell variables"
Tcsh: http://wings.buffalo.edu/computing/documentation/unix/tcsh.html
Csh: http://bama.ua.edu/cgi-bin/man-cgi?csh+1
  Search for "Environment Variables and Predefined Shell Variables"

Shell variables and environment variables

http://www.fnal.gov/docs/UNIX/unix_at_fermilab/htmldoc/
  rev1997/uatf-62.html

Korn: http://www.cs.princeton.edu/~jlk/kornshell/doc/man93.html
  #Environment

Tcsh: http://wings.buffalo.edu/computing/documentation/unix/tcsh.html

Korn Shell techniques for Bash users

http://home.nyc.rr.com/computertaijutsu/ksh.html

Jump to top of page