Book description
Unleash the power of shell scripts to solve real-world problems by breaking through the practice of writing tedious code
About This Book
- Learn how to efficiently and effectively build shell scripts and develop advanced applications with this handy book
- Develop high quality and efficient solutions by writing professional and real-world scripts, and debug scripts by checking and shell tracing
- A step-by-step tutorial to automate routine tasks by developing scripts from a basic level to very advanced functionality
Who This Book Is For
This book is ideal for those who are proficient at working with Linux and who want to learn about shell scripting to improve their efficiency and practical skills. By the end of this book, you will be able to confidently use your own shell scripts in the real world.
What You Will Learn
- Familiarize yourself with the various text filtering tools available in Linux
- Combine the fundamental text and file processing commands to process data and automate repetitive tasks
- Understand expressions and variables and how to use them practically
- Automate decision-making and save a lot of time and effort of revisiting code
- Get to grips with advanced functionality such as using traps and signals and using dialogs to develop screens
- Start up a system and customize a Linux system
- Take an in-depth look at regular expressions and pattern matching to understand the capabilities of scripting
In Detail
Linux is the one of the most powerful and universally adopted OSes. Shell is a program that gives the user direct interaction with the operating system. Scripts are collections of commands that are stored in a file. The shell can read this file and act on the commands as if they were typed on the keyboard. Shell scripting is used to automate day-to-day administration, and for testing or product development tasks.
This book covers Bash, GNU Bourne Again SHell, preparing you to work in the exciting world of Linux shell scripting. We start with an introduction to the Shell environment and explain basic commands used in Shell. Next we move on to check, kill, and control the execution of processes in Linux OS. Further, we teach you about the filter tools available in Linux and explain standard output and standard errors devices.
Then we will ensure you understand Shell's interpretation of commands and get a firmer grasp so you use them in practice. Next, you'll experience some real-world essentials such as debugging and perform Shell arithmetic fluently. Then you'll take a step ahead and learn new and advanced topics in Shell scripting, such as starting up a system and customizing a Linux system. Finally, you'll get to understand the capabilities of scripting and learn about Grep, Stream Editor, and Awk.
Style and approach
This practical book will go from the very basics of shell scripting to complex, customized automation. The idea behind this book is to be as practical as possible and give you the look and feel of what real-world scripting is like.
Table of contents
-
Learning Linux Shell Scripting
- Table of Contents
- Learning Linux Shell Scripting
- Credits
- About the Author
- Acknowledgments
- About the Reviewers
- www.PacktPub.com
- Preface
- 1. Getting Started and Working with Shell Scripting
- 2. Drilling Deep into Process Management, Job Control, and Automation
- 3. Using Text Processing and Filters in Your Scripts
- 4. Working with Commands
- 5. Exploring Expressions and Variables
-
6. Neat Tricks with Shell Scripting
- Interactive Shell scripts – reading user input
- The here document and the << operator
- The here string and the <<< operator
- File handling
- Debugging
- Summary
- 7. Performing Arithmetic Operations in Shell Scripts
-
8. Automating Decision Making in Scripts
- Checking the exit status of commands
- Understanding the test command
- Conditional constructs – if else
- Switching case
- Implementing simple menus with select
- Looping with the for command
- Exiting from the current loop iteration with the continue command
- Exiting from a loop with a break
- Working with the do while loop
- Using until
- Piping the output of a loop to a Linux command
- Running loops in the background
- The IFS and loops
- Summary
- 9. Working with Functions
- 10. Using Advanced Functionality in Scripts
- 11. System Startup and Customizing a Linux System
-
12. Pattern Matching and Regular Expressions with sed and awk
- The basics of regular expressions
-
sed – noninteractive stream editor
- Understanding sed
- Understanding regular expression usage in sed
- Addressing in sed
- How to modify a file with sed
- Printing – the p command
- Deleting – the d command
- Substitution – the s command
- Range of selected lines: the comma
- Multiple edits – the e command
- Reading from files – the r command
- Writing to files – the w command
- Appending – the a command
- Inserting – the i command
- Changing – the c command
- Transform – the y command
- Quit – the q command
- Holding and getting – the h and g commands
- Holding and exchanging – the h and x commands
- sed scripting
-
Using awk
- The meaning of awk
- Using awk
- Input from commands
- How awk works
- awk commands from within a file
- Records and fields
- Patterns and actions
- Regular expressions
- Writing the awk script file
- Using variables in awk
- Decision making using an if statement
- Using the for loop
- Using the while loop
- Using the do while loop
- Summary
- Index
Product information
- Title: Learning Linux Shell Scripting
- Author(s):
- Release date: December 2015
- Publisher(s): Packt Publishing
- ISBN: 9781785286216
You might also like
book
Learning Linux Shell Scripting - Second Edition
Break through the practice of writing tedious code with shell scripts About This Book Learn to …
book
Linux Shell Scripting Essentials
Learn shell scripting to solve complex shell-related problems and to efficiently automate your day-to-day tasks About …
book
Linux Command Line and Shell Scripting Techniques
Practical and actionable recipes for using shell and command-line scripting on your Linux OS with confidence …
video
Linux Shell Scripting: A Project-Based Approach to Learning
Have you tried to learn shell scripting on your own, but lack the structure you need …