next up previous contents
Next: Introduction Up: Book III: Programming the Previous: List of Tables

Programming the Shell

The basics of both the Bourne and the C shells have already been introduced. This chapter will concentrate on programming the shells.

All examples shown will use the Bourne shell. Most shell scripts are written in the Bourne shell because it is the only shell found on *ALL* UNIX systems. Scripts written in the Korn shell are gaining popularity.

C shell scripts are possible, but not recommended. Although the C shell is great for interactive work, it has many drawbacks in script programming.





Claude Cantin
Sun Sep 1 02:02:26 EDT 2002