How to Compare Numbers and Strings in Linux Shell Script

In this tutorial on Linux bash shell scripting, we are going to learn how to compare numbers, strings and files in shell script using if statement. Comparisons in a script are very useful & after comparison result, script will execute the commands and we must … Continue reading How to Compare Numbers and Strings in Linux Shell Script