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…
In this tutorial, we will learn more about using variables in Linux & will also create some…
In this tutorial, we will learn about performing arithmetic operations in shell scripts & also about the…
Up until now, we have discussed using environment variables, using local & global variables & also about…
In this bash scripting tutorial, we will discuss about performing file comparisons, String comparisons as well as…
We have already discussed about the conditional statements i.e. if-else, if-then-else & elif statements & have also…
Use of FOR loop in shell script is done when we need to run a command or…
Up until now, we have only read about using variables that we have mentioned inside the script…
Loops are a very useful programming/scripting structure that runs the commands or sets of instructions until a…
Loops are an important aspect & play an important role in scripting. But when they are used…
Though not a part of scripting only, input output redirection in Linux can be used for other…