Learn Linux Shell Scripting – Fundamentals of Bash 4.4: A comprehensive guide to automating administrative tasks with the Bash shell
Authors: Sebastiaan Tammer
ISBN-10: 1788995597
ISBN-13: 9781788995597
Publication Date 出版日期: 2018-12-31
Print Length 页数: 452 pages
Book Description
By finelybook
Create and maintain powerful Bash scripts for automation and administration.
Shell scripts allow us to program commands in chains and have the system execute them as a scripted event,just like batch files. This book will start with an overview of Linux and Bash shell scripting,and then quickly deep dive into helping you set up your local environment,before introducing you to tools that are used to write shell scripts. The next set of chapters will focus on helping you understand Linux under the hood and what Bash provides the user. Soon,you will have embarked on your journey along the command line. You will now begin writing actual scripts instead of commands,and will be introduced to practical applications for scripts. The final set of chapters will deep dive into the more advanced topics in shell scripting. These advanced topics will take you from simple scripts to reusable,valuable programs that exist in the real world. The final chapter will leave you with some handy tips and tricks and,as regards the most frequently used commands,a cheat sheet containing the most interesting flags and options will also be provided.
After completing this book,you should feel confident about starting your own shell scripting projects,no matter how simple or complex the task previously seemed. We aim to teach you how to script and what to consider,to complement the clear-cut patterns that you can use in your daily scripting challenges.
What you will learn
Understand Linux and Bash basics as well as shell scripting fundamentals
Learn to write simple shell scripts that interact with Linux operating system
Build,maintain,and deploy scripts in a Linux environment
Learn best practices for writing shell scripts
Avoid common pitfalls associated with Bash scripting
Gain experience and the right toolset to write your own complex shell scripts
contents
1 Introduction
2 Setting Up Your Local Environment
3 Choosing the Right Tools
4 The Linux Filesystem
5 Understanding the Linux Permissions Scheme
6 File Manipulation
7 Hello World!
8 Variables and User Input
9 Error Checking and Handling
10 Regular Expressions
11 Conditional Testing and Scripting Loops
12 Using Pipes and Redirection in Scripts
13 Functions
14 Scheduling and Logging
15 Parsing Bash Script Arguments with getopts
16 Bash Parameter Substitution and Expansion
17 Tips and Tricks with Cheat Sheet