[[ 0 ]] && echo "hit 0" [[ 1 ]] && echo "hit 1" grep -q 127 /etc/hosts && echo "hit grep" grep -q 128 /etc/hosts || echo "miss grep"