Cantitate/Preț
Produs

Pro Bash Programming, Second Edition: Scripting the GNU/Linux Shell

Autor Chris Johnson, Jayant Varma
en Limba Engleză Paperback – 14 iun 2015
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.
Citește tot Restrânge

Preț: 50290 lei

Preț vechi: 62862 lei
-20% Nou

Puncte Express: 754

Preț estimativ în valută:
9625 10154$ 8021£

Carte disponibilă

Livrare economică 12-26 decembrie
Livrare express 27 noiembrie-03 decembrie pentru 3096 lei

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781484201220
ISBN-10: 1484201221
Pagini: 350
Ilustrații: XXIII, 256 p. 8 illus.
Dimensiuni: 178 x 254 x 17 mm
Greutate: 0.45 kg
Ediția:2nd ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States

Public țintă

Popular/general

Cuprins

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

Notă biografică

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.

Caracteristici

Pro Bash Programming teaches you how to effectively utilize the Bash shell in your programming.
Readers will see how, without assuming Unix lore, they can write professional Bash 4.3 programs through standard programming techniques.