1 post
1
5
1617
if [[ $var = ?(+|-)+([0-9]) ]] ; then echo "$var é um numero" else echo "$var não é um numero" fi There’s that way too.