변수 값 정수 확인 admin 2012.06.14 if echo $A | grep -qe “^[-\?[0-9]\+\.\?[0-9]*$” then echo “ok” else echo “no number” fi Read More..