, sudo apt-get install nmap , sudo nmap -sn 192.168.1.0/24 , , , #!/bin/bash , x=$(grep -ic Unreachable <<< $out) , if $x = 0 ;then , echo DQalive -$iDQ , else , echo DQ$iDQ , fi , done , ,