Shell Programming Simple Tutorial
I can't say how many complex shell scripts I've written, but some simple scripts write a lot. Working under Linux, sometimes bits and pieces of work, if you write a shell script to deal with, you will find that it is quite convenient and fast. Of course, such a script is not often used, and occasionally used to go back to the book or check the information, because we can not remember too many things, this seems to be a bit of trouble, so simply write this online tutorial for future reference.
Most of the content of this tutorial is from the "Linux Operating system Practical Tutorial" published by Tsinghua University Press, the original book author is Vendongo, Sun Changli, Wang Xu. This book is my university study of Linux textbooks, the content of the book is refined, is a good book to get started. The directory structure of this tutorial mostly refer to the book, the content of the majority of reference, which also integrates some of the information on the network, but also added to their work in the accumulation of some experience and their own feelings and ideas. The purpose of this tutorial is to create a job that is easy to learn and reference, while contributing to sharing with others.
You are welcome to view this tutorial and indicate the error: http://kuanghy.github.io/shell-tutorial/index.html
Shell Programming Simple Tutorial