conditions with if else statement
by malinl87 from LinuxQuestions.org on (#4T8AG)
Hi, I have just started to use Linux and I am trying to write an if else statememt. the conditon I want to use is if the input from the user contains any number it will say one thing and if it does not contain any number it will say something else. The issue I have is that I do no know how to write a command that detects if any numbers are used. Is there anyone that can help me with that?

