In this guide, we will learn how to work with conditional statements in 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 CommandsLinux Tips & TricksScriptingShell ScriptsUnix/Linux Beginners
Bash Scripting – String Manipulation
By KarthickBy Karthick 4.3K viewsString manipulation is one of the fundamental concepts of bash scripting. This guide explains …
- Bash scriptingBASHLinuxLinux BasicsLinux CommandsLinux Tips & TricksScriptingShell ScriptsUnix/Linux Beginners
Bash Scripting – Printf Command Explained With Examples
By KarthickBy Karthick 8.4K viewsIn this article, I am going to explain the basic usage of the Bash …
- Bash scriptingBASHBash TipsLinuxLinux AdministrationLinux BasicsLinux CommandsScriptingShell ScriptsUnix/Linux Beginners
Bash Scripting – Associative Array Explained With Examples
By KarthickBy Karthick 34.2K 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 22.9K 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 8.6K 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 6.2K viewsBash supports three types of loops, namely for loop, while loop and until loop. …
- Bash scriptingBASHLinuxLinux BasicsLinux CommandsLinux Tips & TricksScriptingShell ScriptsUnix/Linux Beginners
Bash Scripting – For Loop Explained With Examples
By KarthickBy Karthick 5.1K viewsLoops are useful for automating repetitive tasks in Bash shell scripting. In this guide, …
- Bash scriptingBASHLinuxLinux AdministrationLinux BasicsLinux CommandsScriptingShell ScriptsUnix/Linux Beginners
Bash Scripting – Functions Explained With Examples
By KarthickBy Karthick 10.8K 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 9.4K viewsThis guide explains about bash variables and its types in shell scripting with examples …