Linux Shell Scripting for DevOps | Complete Tutorial
A shell script is a computer program designed by a user to be run by the Unix/Linux shell. There are several types of shells like csh, zsh, ksh, bash, sh, and many more
but in most Linux distributions or operating systems, bash
is used as the main default system shell.
In this tutorial series, we are going to learn all about Linux shell scripting and Linux commands that are essential from the perspective of a DevOps engineer.
Please follow the articles below for the shell tutorials.
Article 1 : Getting Started with Linux shell scripting
Article 2 : Variables in Shell Scripting