So far, we have used the read command to get input from the user. Command-Line Arguments is...
Shell Scripting
In the last two articles, we have talked about the first two types of Loops: the for...
After talking about the for loop, it is time to discuss the second type of loops: the...
There will be cases wherein you need to repeatedly execute a block of code. Such repeated execution...
In the last article “Test Conditions”, we have learned how to create test statements that check for...
In this article, we are going to tackle very important topic: the test conditions. Test conditions are...
Variables would be completely useless if we didn’t have operations to be done with them. But, fortunately,...
“Change is the essence of life; be willing to surrender what you are for what you could...
Now, the show starts… enjoy!! We know that a shell script is a collection of Linux commands...
In the previous article, we had an introduction to Shell Scripting. To write good shell scripts, a...