How to check whether the given value from the command line is a string or not in bash scripting?
eg: I will give input as stackoverflow from the command line and my bash script should check the given value is a string(i mean a sequence of characters) or a numeric value.