Shell Scripting

Bash for loop Examples

There are many times in a shell script when you want to repeatedly execute a statement or group of statements…

How to use variables in shell scripts

A variable is simply a placeholder for some value. The value can change; however, the variable name will always be…

How to debug shell scripts

When a script does not work properly, we need to determine the location of the problem. The UNIX/Linux shells provide…