By admin
SHELL/BASH: How to create an interactive calculator in Linux
In this article I will share a sample script which will act as an interactive calculator using shell or bash script. Using this interactive calculator ...
By admin
In this article I will share a sample script which will act as an interactive calculator using shell or bash script. Using this interactive calculator ...
By admin
In this article I will share a sample script to add thousands separator comma in a number which can be decimal or a full integer. ...
By admin
bash check if string contains numbers. bash check string contains letters. bash check if string contains special characters. bash check if string starts with character. ...
By admin
In my last article I shared examples to get script name and script path in a shell script, Now let me help you with some ...
By admin
Get script full path, bash get script directory, bash get script path, bash get script name, shell get script name from inside the script, shell ...
By admin
Introduction How to run a shell script for 5 minutes in a bash while loop? linux sleep. bash wait. bash for loop. bash script for ...
By admin
Earlier I shared the steps to run shell scripts in parallel and to collect exit status of the respective process in Linux. Now How to ...
By admin
Earlier I shared an article with the steps to improve your Disk IO performance in Linux. Now let me give you some tips to run ...
By admin
In my last article I shared the steps to delete content or element of an array from another array, now in this article I will ...
By admin
Arrays are an important data structure used in programming languages to store multiple values under a single variable. In bash scripts, arrays are created using ...