Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Shell Programming: Bash Scripting from First Steps to Confident User

Posted By: naag
Shell Programming: Bash Scripting from First Steps to Confident User

Shell Programming: Bash Scripting from First Steps to Confident User
2017 | English | ASIN: B06XFFF9WP | 74 pages | PDF, EPUB(conv) | 0.8 / 0.3 Mb

This book is a guide on Bash scripting. The first part of the book explains how to use Bash, which is a command line used in Linux distributions.
After reading, you will understand how to play around with the various Bash commands.
There are common mistakes that most Shell programmers make. These have been discussed in this book, so that you will know how to avoid them.
Sometimes, you may need to do some tasks repetitively. An example of such a task is a backup. This book clearly guides you on how to do repetitive tasks in Shell.
With Shell, it is possible to write scripts that are capable of making decisions on behalf of the user. This book will instruct you on how to implement such scripts in Shell.
With functions, you can make your work easier by having to write shorter shell scripts.
Functions group code into units, and a function can be called several times. This means that it brings about code reuse. This book guides you on how to create functions in Shell and know how to use them.
You will also be guided on substitution, which is one of the essential properties of Shell. You are guided on how it works and how you can work with it.
The various quoting mechanisms supported in Shell are also discussed.

The following topics are included in this book:
- Basics
- Mistakes to Avoid
- Repetitive Tasks
- Decision Making
- Shell Functions
- Network Communication
- Shell Substitution
- Quoting Mechanisms in Shell