Learning the Korn Shell
Title | Learning the Korn Shell PDF eBook |
Author | Bill Rosenblatt |
Publisher | "O'Reilly Media, Inc." |
Pages | 360 |
Release | 1993-01-01 |
Genre | Computers |
ISBN | 1449360947 |
This Nutshell Handbook® 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.
Korn Shell Programming by Example
Title | Korn Shell Programming by Example PDF eBook |
Author | Dennis O'Brien |
Publisher | Que Pub |
Pages | 431 |
Release | 2001-01 |
Genre | Computers |
ISBN | 9780789724656 |
A guide for system administrators of all types of UNIX distributions offers real-world examples demonstrating programming and troubleshooting techniques.
The New KornShell Command and Programming Language
Title | The New KornShell Command and Programming Language PDF eBook |
Author | Morris I. Bolsky |
Publisher | Prentice Hall |
Pages | 424 |
Release | 1995 |
Genre | Computers |
ISBN |
This second edition of the KornShell book is the specification of the revised KornShell language and a reference handbook for ksh, the program that implements the KornShell language. The language has undergone major changes and additions since the first edition. The new features of the language have increased the scope of applications that are suitable for writing in ksh. In addition, command completion and a key binding mechanism have been added to this version of ksh. The tutorial describes both of the functions of ksh: as an interactive command language, and as a programming language. This book is intended for new users with little computer or shell experience, as well as experienced users who are familiar with ksh and/or other shells.
Korn Shell / Ksh
Title | Korn Shell / Ksh PDF eBook |
Author | Larry L. Smith |
Publisher | LARRY L. SMITH |
Pages | 567 |
Release | 2006-10-12 |
Genre | Computers |
ISBN | 1419648314 |
This book, for UNIX-LINUX computer users, provides the beginner AND the 'guru' with practical, real-world examples and Korn shell (ksh) scripts that make tough jobs easy.With this book, you can ... - Make your boss happy right NOW!- Learn a new language.- Master an old language.- Write scripts that solve problems.- Provide Quality Assurance.- Be a master troubleshooter.- Analyze logs, verify data.- Make tough jobs easy!
Mastering Unix Shell Scripting
Title | Mastering Unix Shell Scripting PDF eBook |
Author | Randal K. Michael |
Publisher | John Wiley & Sons |
Pages | 1040 |
Release | 2011-09-14 |
Genre | Computers |
ISBN | 1118080165 |
UNIX expert Randal K. Michael guides you through every detail of writing shell scripts to automate specific tasks. Each chapter begins with a typical, everyday UNIX challenge, then shows you how to take basic syntax and turn it into a shell scripting solution. Covering Bash, Bourne, and Korn shell scripting, this updated edition provides complete shell scripts plus detailed descriptions of each part. UNIX programmers and system administrators can tailor these to build tools that monitor for specific system events and situations, building solid UNIX shell scripting skills to solve real-world system administration problems.
Unix in a Nutshell
Title | Unix in a Nutshell PDF eBook |
Author | Arnold Robbins |
Publisher | O'Reilly Media, Inc. |
Pages | 920 |
Release | 2006 |
Genre | Computers |
ISBN |
A guide to the operating system's commands and options covers the shell, package management, text editing, source code management, and GDB debugger.
KornShell Programming Tutorial
Title | KornShell Programming Tutorial PDF eBook |
Author | Barry Rosenberg |
Publisher | Addison-Wesley Professional |
Pages | 356 |
Release | 1991 |
Genre | Computers |
ISBN |
A tutorial designed for anyone needing to create simple Kornshell scripts--system administrators, programmers at various levels and UNIX users. Rosenberg has given us a book that is 85% examples-oriented. This unique format allows readers to learn Kornshell Script programming in the shortest amount of time.