How string comparison works in shell script
According to my experience with scripting, shell scripting is completely different than any other scripting languages. While creating one script for database monitoring purpose, got stuck with weird error on string comparison. It looks like very easy but it took so much time for me to found the solution. While comparing 2 strings in “IF”…