Category Learn Bash

BASH Operators [Part 5]

Operators In BASH

In the previous decisions article, we came across many new bash operators while learning the if, if-else, and elif statements. This article will provide deep insight to bash operators and their various types in computer programming. Types of BASH operators There are many…

BASH Comments [Part 3]

Comments In BASH

Welcome to third article of BASH scripting series. Today we’ll dive into a very important topic, BASH comments. Comment, in programming, is different from the online world of the Internet where you read an article or a blog and then…