Bash Basics
A collection of 11 posts
Bash Scripting
Get started with Bash Shell script learning with practical examples. Also test your learning with practice exercises.
ยท Ahmed Alkabary
Automation With Bash
Youโre either the one that creates the automation, or youโre getting automated.
ยท Ahmed Alkabary
Using Functions in Bash
Never rewrite code, use functions instead!
ยท Ahmed Alkabary
Loops in Bash
Loops are essential for any scripting language. Learn for, while and until loops with examples in this chapter of Bash Beginner Series.
ยท Ahmed Alkabary
Decision Making With If Else and Case Statements
In this chapter of bash beginner series, you'll learn about using if-else, nested if else and case statements in bash scripts.
ยท Ahmed Alkabary
String Operations in Bash
Let's pull some strings and learn to handle strings in bash scripts.
ยท Ahmed Alkabary
Using Arithmetic Operators in Bash Scripting
Learn to perform arithmetic operations like addition, subtraction, multiplication and division in bash scripts.
ยท Ahmed Alkabary
Using Arrays in Bash
Got too many variables to handle? Use an array in your bash script.
ยท Ahmed Alkabary
Passing Arguments to Bash Scripts
In the third part of the Bash Beginner Series, you'll learn to pass arguments to a bash shell script. You'll also learn about special bash shell variables.
ยท Ahmed Alkabary
Understanding Variables in Bash Shell Scripting
In the second entry of the bash beginner series, learn about using variables in your bash shell scripts.
ยท Ahmed Alkabary
Create and Run Your First Bash Shell Script
Take the first step towards shell scripting. Learn what it takes to create a simple bash script and how to run it.
ยท Ahmed Alkabary