!/bin/bash rest=fping $1 te="is alive" if [[ $rest =~ $te ]] then echo fping $1 -A -a else echo "0" fi