2013年5月28日 星期二

shell script comparison of float

int=3.14
if [ `echo "$int < 6"|bc` -eq 1 ]; then
echo "true"
else
echo "false"
fi

沒有留言: