Welcome to Arguments chapter of BASH scripting series. This chapter will introduce you to another new method of getting user inputs for your script. In the previous...
Welcome to the sixth chapter on BASH scripting series. And today we will dive into a very cool topic called looping constructs in computer programming. Loops...
In the previous decisions chapter, we came across many new operators while learning the if, if-else, and elif statements. Today this chapter will provide deep insight to operators...
Welcome to the fourth chapter of BASH scripting series in which we will discuss the topic, decisions. Like a human being making decisions throughout the day,...
Welcome to chapter three of BASH scripting series. Today we’ll dive into a very important topic in programming called comment. Comment, in programming, is somewhat different...
Welcome to the second chapter of BASH scripting series in which we will discuss the topic variables. Did you know that every programming language has a...
Welcome to the introductory series on BASH scripting. This series will cover a complete guide on BASH scripting starting from the foundation of computer programming...