Press ESC to close

Bash Scripting-2- Using VARIABLES in Linux shell scripts

In this tutorial, we will learn more about using variables in Linux & will also create some…

Bash scripting – 3 – Performing Arithmetic Operation in shell script

In this tutorial, we will learn about performing arithmetic operations in shell scripts & also about the…

Bash Scripting-4- Using conditionals (if else in shell script)

Up until now, we have discussed using environment variables, using local & global variables & also about…

Bash Scripting- 5 – Performing FILE, STRING comparisons & NUMERIC comparisons in Bash

In this bash scripting tutorial, we will discuss about performing file comparisons, String comparisons as well as…

Bash Scripting-6- Using Logical operators in shell scripts

We have already discussed about the conditional statements i.e. if-else, if-then-else & elif statements & have also…

Bash Scripting-7- Using FOR loop in shell script

Use of FOR loop in shell script is done when we need to run a command or…

Bash Scripting-8- Taking user input with READ command in shell script

Up until now, we have only read about using variables that we have mentioned inside the script…

Bash Scripting-9- using UNTIL & WHILE loop in shell script

Loops are a very useful programming/scripting structure that runs the commands or sets of instructions until a…

Bash Scripting-10- Controlling loops using CONTINUE & BREAK in shell script

Loops are an important aspect & play an important role in scripting. But when they are used…

Bash Scripting-11-Input Output redirection in Linux

Though not a part of scripting only, input output redirection in Linux can be used for other…

NEWS ANGELS