read S echo $S| grep -Eq "^[45]" if [ $? -eq 0 ]; then echo Yes else echo No fi