I have a .config file, In that file there is one variable MinNumber which contains some strings like JAVA3.5, JAVA4.0, JAVA5. Now I want to find minimum Java number using shell script.
MinNumber = "JAVA3.5, JAVA4.0, JAVA5";
Logic should be first it should find MinNumber in a.config file and then check minimum java number.