buchspektrum Internet-Buchhandlung

Neuerscheinungen 2015

Stand: 2020-02-01
Schnellsuche
ISBN/Stichwort/Autor
Herderstraße 10
10625 Berlin
Tel.: 030 315 714 16
Fax 030 315 714 14
info@buchspektrum.de

Chris Johnson, Jayant Varma (Beteiligte)

Pro Bash Programming


Scripting the GNU/Linux Shell
2nd ed. 2015. XXIII, 256 S. w. 8 figs. 254 mm
Verlag/Jahr: SPRINGER, BERLIN; APRESS 2015
ISBN: 1-484-20122-1 (1484201221)
Neue ISBN: 978-1-484-20122-0 (9781484201220)

Preis und Lieferzeit: Bitte klicken


Pro Bash Programming teaches you how to effectively utilize the Bash shell in your programming. The Bash shell is a complete programming language, not merely a glue to combine external Linux commands. By taking full advantage of Shell internals, Shell programs can perform as snappily as utilities written in C or other compiled languages. And you will see how, without assuming Unix lore, you can write professional Bash 4.3 programs through standard programming techniques.

This second edition has updated for Bash 4.3, and many scripts have been rewritten to make them more idiomatically Bash, taking better advantage of features specific to Bash. It is easy to read, understand, and will teach you how to get to grips with Bash programming without drowning you in pages and pages of syntax.

Using this book you will be able to use the shell efficiently, make scripts run faster using expansion and external commands, and understand how to overcome many common mistakes that cause scripts to fail. This book is perfect for all beginning Linux and Unix system administrators who want to be in full control of their systems, and really get to grips with Bash programming.
Chapter One: Hello, World! Your First Shell Program
Chapter Two: Input, Output, and Throughput

Chapter Three: Looping and Branching

Chapter Four: Command-Line Parsing and Expansion

Chapter Five: Parameters and Variables

Chapter Six: Shell Functions

Chapter Seven: String Manipulation

Chapter Eight: File Operations and Commands

Chapter Nine: Reserved Words and Builtin Commands

Chapter Ten: Writing Bug-Free Scripts and Debugging the Rest

Chapter Eleven: Programming for the Command Line

Chapter Twelve: Runtime Configuration

Chapter Thirteen: Data Processing

Chapter Fourteen: Scripting the Screen

Chapter Fifteen: Entry-Level Programming

Appendix A: Shell Variables
Chris F.A. Johnson was introduced to Unix in 1990 and learned shell scripting because there was no C compiler on the system. His first major project was a menu-driven, user-extensible database system with report generator. Chris uses the shell as his primary, general-purpose programming language, and his projects have included a member database, menuing system, and POP3 mail filtering and retrieval. Chris is the author of Shell Scripting Recipes: A Problem-Solution Approach (Apress, 2005). When not pushing shell scripting to the limit, he designs and codes web sites, teaches chess, and composes cryptic crosswords.