Sponsor of the Day:
Jerkmate
https://itsfoss.com/bash-if-else/
Bash Basics #7: If Else Statement in Bash
Jul 24, 2024 - If this, then that else something else. Doesn't make sense? It will after you learn about the if-else statements in bash shell scripting.
bash basics7elsestatement
https://itsfoss.com/tag/bash-basics/
Bash Basics
New to bash? Start learning bash scripting with this series in am organized manner. Each chapter also includes sample exercises to practice your learning.
bash basics
https://itsfoss.com/bash-arrays/
Bash Basics #5: Using Arrays in Bash
May 11, 2024 - Time to use arrays in bash shell scripts in this chapter. Learn to add elements, delete them and get array length in Bash.
bash basics5 usingarrays
https://itsfoss.com/bash-function/
Bash Basics #9: Functions in Bash
May 11, 2024 - Learn all about functions, passing arguments to functions and recursive functions in bash in this chapter of Bash Basics tutorial series.
bash basics9 functions
https://itsfoss.com/bash-arithmetic-operation/
Bash Basics #4: Arithmetic Operations
Jul 11, 2024 - In the fourth chapter of the series, learn to use basic mathematics in Bash.
bash basics4arithmeticoperations
https://itsfoss.com/create-bash-script/
Bash Basics #1: Create and Run Your First Bash Shell Script
Sep 15, 2025 - Create and run your first bash shell script in the first chapter of this free bash tutorial series. Say hello to Hello World in Bash shell.
bash basics1 createshell scriptrunfirst
https://itsfoss.com/bash-use-variables/
Bash Basics #2: Use Variables in Bash Scripts
May 11, 2024 - In this chapter of the Bash Basics series, learn about using variables in Bash scripts with practice exercises.
bash basics2 usevariablesscripts