Hi there
Im wrote a bash script that takes numbers for calculation via user input, the problem i have is if the user types a letter or a space by mistake the whole script fails and the user must start again.
There must be an easy way to check the input is numeric only that will ask for the input again if anything else is input accidentally.
any help will be much appreciated
thanks
Donaldo