In this article, I am going to explain the basic usage of the Bash…
Karthick
Karthick
Karthick is a passionate software engineer who loves to explore new technologies. He is a public speaker and loves writing about technology especially about Linux and opensource.
-
- Bash scriptingBASHBash TipsLinuxLinux AdministrationLinux BasicsLinux CommandsScriptingShell ScriptsUnix/Linux Beginners
Bash Scripting – Associative Array Explained With Examples
By KarthickBy Karthick 4,862 viewsThis is the second article as part of bash arrays. In the previous article,…
- Bash scriptingBASHBash TipsLinuxLinux BasicsLinux Tips & TricksScriptingShell ScriptsUnix/Linux Beginners
Bash Scripting – Indexed Array Explained With Examples
By KarthickBy Karthick 3,139 viewsArrays are a type of data structure that is used to store values of…
- Linux CommandsBASHBash scriptingBash TipsLinuxLinux AdministrationLinux BasicsLinux Tips & TricksScriptingShell ScriptsUnix/Linux Beginners
Tr Command In Linux Explained With Examples
By KarthickBy Karthick 3,224 viewsThe real power of Linux is there are many programs/utilities created to make our…
- Bash scriptingBASHLinuxLinux BasicsLinux CommandsScriptingShell ScriptsUnix/Linux Beginners
Bash Scripting – While And Until Loop Explained With Examples
By KarthickBy Karthick 2,877 viewsBash supports three types of loops, namely for loop, while loop and until loop. In this guide, we will learn about while and until loops.
- Bash scriptingBASHLinuxLinux BasicsLinux CommandsLinux Tips & TricksScriptingShell ScriptsUnix/Linux Beginners
Bash Scripting – For Loop Explained With Examples
By KarthickBy Karthick 2,432 viewsLoops are useful for automating repetitive tasks in Bash shell scripting. In this guide, we will learn about “for loop” with examples.
- Bash scriptingBASHLinuxLinux AdministrationLinux BasicsLinux CommandsScriptingShell ScriptsUnix/Linux Beginners
Bash Scripting – Functions Explained With Examples
By KarthickBy Karthick 6,595 viewsIn Bash shell scripting, functions are ways to group the set of instructions together…
- Bash scriptingBASHLinuxLinux AdministrationLinux BasicsLinux CommandsScriptingShell ScriptsUnix/Linux Beginners
Bash Scripting – Variables Explained With Examples
By KarthickBy Karthick 5,948 viewsThis guide explains about bash variables and its types in shell scripting with examples in Linux.
- AlmalinuxLinuxLinux AdministrationLinux DistributionsLinux Installation GuidesRed Hat Enterprise LinuxUnix/Linux Beginners
How To Install AlmaLinux 8.4 – A Step By Step Guide
By KarthickBy Karthick 2,748 viewsThis step by step guide explains how to download latest AlmaLinux 8.4 version, and then how to install AlmaLinux 8.4 with screenshots.
- Bash scriptingBASHBash TipsFAQLinuxLinux AdministrationLinux BasicsLinux CommandsLinux Tips & TricksUnix/Linux Beginners
Bash Echo Command Explained With Examples In Linux
By KarthickBy Karthick 2,529 viewsThis guide explains what is bash echo command and its usage in scripts with examples.