if [[ $number =~ ^[+-]?[0-9]+$ ]] ; then
	echo -e "match found : (signed) integer\n"
fi
