Shell Script
How to find and remove duplicate files using shell script in Linux
Find duplicate files using shell script and remove duplicate files interactively, automatically by calculating hash value of all files in directories in Linux
Print Next Word Before or After Pattern Match [SOLVED]
Print next word after pattern match last word before pattern match, everything in line after pattern match Print content between two matched pattern in Linux
SHELL/BASH: Convert space to tabs & use tab in Unix Shell Script with slug: use-tab-in-unix-shell-script-convert-space examples
In this article I will share the steps to display equal alignment of multiple columns i.e. to convert space delimited to tab delimited using shell script.
Calculate Loan EMI Amount in Bash script Linux
Calculate loan EMI amount, interest and principle using bash or shell script in Linux with example. The script can be created online and runtime value.
SHELL/BASH: How to create an interactive calculator in Linux
Sample shell script to create an interactive calculator using bc command to perform add, subsctract, multiply. divide, sine, cosine etc mathematical function.
