Saurabh Adhau's Blog
Saurabh Adhau's Blog
Follow
Follow
homeProjectsAWSAzureK8sTerraformJenkins
Series

Scripting


Articles in this series

Mastering Shell Scripting: A Beginner's Guide

Jul 18, 20242 min read

Introduction Shell scripting is a powerful tool for automating tasks and managing systems efficiently in the Linux environment. Whether you're a...

Mastering Shell Scripting: A Beginner's Guide

Mastering User-Defined Variables in Shell Scripting

Jul 19, 20243 min read

Introduction User-defined variables (UDVs) play a crucial role in shell scripting, allowing users to store and manipulate data within scripts....

Mastering User-Defined Variables in Shell Scripting

Rules for Naming Variables in Shell Scripting

Jul 20, 20242 min read

Introduction Naming variables is a fundamental aspect of shell scripting, whether they are user-defined variables (UDVs) or system variables. Adhering...

Rules for Naming Variables in Shell Scripting

Mastering User-Defined Variables (UDVs) in Shell Scripting: Printing and Accessing Values

Jul 21, 20242 min read

Introduction User-defined variables (UDVs) are a cornerstone of shell scripting, allowing scriptwriters to store and manipulate data within their...

Mastering User-Defined Variables (UDVs) in Shell Scripting: Printing and Accessing Values

Mastering the Echo Command in Shell Scripting

Jul 22, 20243 min read

Introduction In the vast landscape of shell scripting, the echo command stands tall as a stalwart tool for displaying text and variable values to the...

Mastering the Echo Command in Shell Scripting

Exploring Shell Arithmetic in Shell Scripting

Jul 23, 20242 min read

Shell scripting offers robust support for performing arithmetic operations directly within scripts, allowing developers to perform calculations and...

Exploring Shell Arithmetic in Shell Scripting