Skip to content
Home » Linux » Bash » Page 15

Bash

Bash Arithmetic 101: The Beginner’s Guide to Calculating in the Shell

Bash is a Unix shell, which is a command-line interface for interacting with an operating system. One of the useful features of Bash is the ability to perform arithmetic operations and manipulate numbers directly within the shell. In this blog, we will discuss how to perform arithmetic operations in Bash… Read More »Bash Arithmetic 101: The Beginner’s Guide to Calculating in the Shell

Bash Variables 101: A Beginner’s Guide to Working with Arguments, Strings and Integers

Welcome to this blog on bash variables! In this post, we will discuss various types of variables that can be used in bash scripts, as well as some examples of how they can be used to increase productivity and efficiency. Variables with arguments First, let’s start with bash variables that… Read More »Bash Variables 101: A Beginner’s Guide to Working with Arguments, Strings and Integers