دانلود کتاب Bash Quick Start Guide Get Up and Running with Shell Scripting with Bash
by Tom Ryder
|
عنوان فارسی: باش راهنمای شروع سریع دریافت و در حال اجرا با Shell Scripting with Bash |
دانلود کتاب
جزییات کتاب
This book teaches effective shell script programming with Bash, and is ideal for people who may have used its command line but never really learned it in depth. This book will show you how even simple programming constructs in the shell can speed up and automate any kind of daily command-line work.
For people who need to use the command line regularly in their daily work, this book provides practical advice for using the command-line shell beyond merely typing or copy-pasting commands into the shell. Readers will learn techniques suitable for automating processes and controlling processes, on both servers and workstations, whether for single command lines or long and complex scripts. The book even includes information on configuring your own shell environment to suit your workflow, and provides a running start for interpreting Bash scripts written by others.
What you will learn
• Understand where the Bash shell fits in the system administration and programming worlds
• Use the interactive Bash command line effectively
• Get to grips with the structure of a Bash command line
• Master pattern-matching and transforming text with Bash
• Filter and redirect program input and output
• Write shell scripts safely and effectively