Tag: scripting

Day 6: Mastering Bash Scripting - Loops

Aug 14, 2024 Quick Read

Make repetitive tasks easier by learning the basics of for and while loops in Bash scripting.

Day 5: Mastering Bash Scripting - Conditions

Aug 11, 2024 Quick Read

Explore the power of conditional logic in Bash scripting to automate decision-making processes based on user input and variable values.

Day 4: Mastering Bash Scripting - Variables

Aug 10, 2024 Coffee Read

Find out how to use variables in Bash scripts, along with command-line arguments, system variables, quotes, command substitution, and exporting variables.

Day 3: Mastering Bash Scripting - Basic and Essential Concepts

Aug 7, 2024 Coffee Read

Throughout this introductory blog on Bash scripting, you'll learn how to write and execute your first script, understand the basics of scripting commands, and gain a foundational understanding of how Bash can automate tasks for you.