Pro.Bash.Programming.Scripting.the.GNULinux.Shell.2nd.Edition

时间:2018-07-13 04:17:25
【文件属性】:
文件名称:Pro.Bash.Programming.Scripting.the.GNULinux.Shell.2nd.Edition
文件大小:1.74MB
文件格式:PDF
更新时间:2018-07-13 04:17:25
Bash Linux 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. What you’ll learn Use the shell to write new utilities and accomplish most programming tasks. Use shell parameter expansion to replace many external commands, making scripts very fast. Learn to avoid many common mistakes that cause scripts to fail. Learn how Bash’s readline and history libraries can save typing when getting user input. Learn to use features new to Bash 4.0. Build shell scripts that get information from the Web. Who this book is for Beginning Linux and Unix system administrators who want to be in full command of their systems. Table of Contents 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

网友评论

  • 挺不错的书籍
  • 写的比较适合bash编程
  • 不错的,正想学学shell呢,谢谢