For Administrators and Programmers with a desire to better understand the Korn
Shell, it's environment and programming features - two days
Day One
- Advanced Shell Concepts - Bits and pieces of information related to
the command line, job control, command execution, metacharacters and other goodies.
.
- Pattern Matching - How the shell allows you to use patterns to
increase the power and scope of your commands.
- Shell Programming Basics - When and how to write shell programs,
variables, variable substitution.
- Lab Exercises
Day Two
- Programming Constructs - Expressions and case, while, if, and for
statements.
- Functions - Creating and using shell functions.
- Shell Built-Ins - trap, kill, exec and other shell built-in
commands.
- Lab Exercises