
Bash Select Loop Explained With Examples - Bash Scripting - Select Loop Explained With Examples
This guide explains what is Select loop in Bash scripting and how to use Bash select loop to create a menu-driven script with examples.
OSTechNix
Introduction To Bash Scripting [25 Topics] - OSTechNix
This introduction to Bash scripting guide is created with different topics that will make you comfortable in writing your first bash script.
OSTechNix
Parse CSV Files In Bash Scripts In Linux - OSTechNix
This tutorial explains how to parse CSV files in Bash shell scripts using awk and sed utilities in Linux with examples.
OSTechNix
Create GUI Dialog Boxes In Bash Scripts With Whiptail - OSTechNix
This guide explains what is Whiptail, how to install Whiptail in Linux and how to create GUI dialog boxes in Bash Scripts using Whiptail.
OSTechNix
Use Date Command In Bash Scripting In Linux - OSTechNix
This guide explains how to use date command in Bash scripting and how to work with date and time in shell scripts in Linux.
OSTechNix
Debug Bash Scripts - OSTechNix
Debugging helps you to fix the errors in your program. In this article, we will discuss various techniques to debug bash scripts.
OSTechNix
Zenity - Create GUI Dialog Boxes In Bash Scripts - OSTechNix
This guide explains how to display graphical GTK+ dialog boxes from the commandline and Bash scripts using Zenity in Linux and Unix systems.
OSTechNix
Bash Case Statement - OSTechNix
This guide explains what is Bash case statement and how to use case statement in Bash shell scripts with examples.
OSTechNix
Bash String Manipulation - OSTechNix
String manipulation is one of the fundamental concepts in bash scripting. This guide explains how to create and manipulate strings in bash.
OSTechNix
Bash Printf Command Explained With Examples - OSTechNix
Bash offers two types of commands to print your output to the terminal. In this article, we will discuss the Bash printf command usage.