
Sun Apr 14 2024
Bash For Loop
In this article, we will cover the basics of for loops in Bash and show you how to use the break and continue statements to alter the flow of a loop.
Read more

Tue Apr 02 2024
Bash if...else Statement
This article will walk you through the basics of the bash if, if...else, if...elif...else and nested if statements and explain you how to use them in your shell scripts.

Mon Mar 18 2024
Bash Concatenate String Variables
String concatenation is just a fancy programming word for joining strings together by appending one string to the end of another string. In this tutorial we will explain how to concatenate strings in Bash.

Mon Mar 18 2024
Bash Case Statement
This tutorial will cover the basics of the Bash case statement and show you how to use it in your shell scripts.
Mon Mar 18 2024
Writing Comments in Bash Scripts

Wed Feb 07 2024
Bash Arrays

Wed Feb 07 2024
Bash: Append to File

Fri Dec 15 2023
How to Create a File in Linux

Mon Dec 11 2023
How to Check if a File or Directory Exists in Bash

Sun Jun 27 2021
Cd Command in Linux (Change Directory)
