| by Arround The Web

Bash Basics Series #9: Functions in Bash

Learn all about functions in the final chapter of the Bash Basics series.

Read More
| by Arround The Web

Bash Basics Series #8: For, While and Until Loops

In the penultimate chapter of the Bash Basics series, learn about for, while and until loops.

Read More
| by Arround The Web

Bash Basics Series #7: If Else Statement

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.

Read More
| by Arround The Web

Bash Basics Series #6: Handling String Operations

In this chapter of the Bash Basics series, learn to perform various common string operations like extracting, replacing and deleting substrings.

Read More
| by Arround The Web

Bash Basics Series #5: Using Arrays in Bash

Time to use arrays in bash shell scripts in this chapter. Learn to add elements, delete them and get array length.

Read More
| by Arround The Web

Bash Basics Series #4: Arithmetic Operations

In the fourth chapter of the series, learn to use basic mathematics in Bash.

Read More
| by Arround The Web

Bash Basics Series #3: Passing Arguments and Accepting User Inputs

Learn how to pass arguments to bash scripts and make them interactive in this chapter of the Bash Basics series.

Read More
| by Arround The Web

Bash Basics Series #2: Using Variables in Bash

In this chapter of the Bash Basics series, learn about using variables in Bash scripts.

Read More
| by Arround The Web

Bash Basics Series #1: Create and Run Your First Bash Shell Script

Start learning bash scripting with this new series. Create and run your first bash shell script in the first chapter.

Read More