Bash Scripting

Module-2 How to do arithmetic operations in bash using the integers and float

Table of Contents Introduction Wondering how to do arithmetic operations in Bash scripts for integers and float like variables ?  This article covers those in detail with examples  How Arithmetic Expansion works for bash integer variables We can do Arithmetic calculations in bash using the Arithmetic expansion concept for the integers , float point is not …

Module-2 How to do arithmetic operations in bash using the integers and float Read More »

Module-1 How to create and use variables in Bash scripts

Table of Contents Introduction Wondering how to create and use variables in your bash script ? This article covers the process in detail with examples. In Bash the variables are dynamically Typed , which means its type is treated as string or the integer based on the context during the runtime. In this article we …

Module-1 How to create and use variables in Bash scripts Read More »