Book description
This Nutshell Handbook(R) is a thorough introduction to the Korn shell, both as a user interface and as a programming language.The Korn shell, like the C and Bourne shells, is a program that interprets UNIX commands. It has many features that aren't found in other shells, including command history (the ability to recall and edit previous commands). The Korn shell is also faster; several of its features allow you to write programs that execute more quickly than their Bourne or C shell equivalents.This book provides a clear and concise explanation of the Korn shell's features. It explains ksh string operations, co-processes, signals and signal handling, and one of the worst "dark corners" of shell programming: command-line interpretation. It does this by introducing simple real-life examples and then adding options and complexity in later chapters, illustrating the way real-world script development generally proceeds. An additional (and unique) programming aid, a Korn shell debugger (kshdb), is also included.Learning the Korn Shell is an ideal resource for many UNIX users and programmers, including software developers who want to "prototype" their designs, system administrators who want to write tools for their own use, and even novices who just want to use some of ksh's more advanced interactive features.
Table of contents
- A Note Regarding Supplemental Files
- Preface
- 1. Korn Shell Basics
- 2. Command-line Editing
- 3. Customizing Your Environment
- 4. Basic Shell Programming
- 5. Flow Control
- 6. Command-line Options and Typed Variables
- 7. Input/Output and Command-line Processing
- 8. Process Handling
- 9. Debugging Shell Programs
- 10. Korn Shell Administration
- A. Related Shells
- B. Reference Lists
- C. Obtaining Sample Programs
- Index
- About the Author
- Colophon
- Copyright
Product information
- Title: Learning the Korn Shell
- Author(s):
- Release date: January 1993
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9781565920545
You might also like
book
Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow, 3rd Edition
Through a recent series of breakthroughs, deep learning has boosted the entire field of machine learning. …
audiobook
The Design of Everyday Things
First, businesses discovered quality as a key competitive edge; next came science. Now, Donald A. Norman, …
book
Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow, 2nd Edition
Through a series of recent breakthroughs, deep learning has boosted the entire field of machine learning. …
book
Designing Data-Intensive Applications
Data is at the center of many challenges in system design today. Difficult issues need to …