Getting started with BASH Scripting - PART- I
The quick basic guide on foundational concepts of Bash scripting.
Jun 22, 20218 min read219

Search for a command to run...

Series
BASH scripting, I'll introduce the concpets and some general use-cases of certain commands and tools. It won't be a in-depth guide, but enough for one to get started in BASH scripting.
The quick basic guide on foundational concepts of Bash scripting.

Parsing and Managing data using Bash

Exploring some underrated tools and utilities in BASH.
