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