nmap%20-n%20-p80%20-sS%20-PN%20--open%20192.168.1.0/24%20%7C%20grep.1%20%22Nmap%20scan%20report%22%20%7C%20awk.1posix%20'%7Bprint%20$5%7D'%20%7C%20while%20read%20IP;%20do%20ping%20-c%201%20$IP%20%26%26%20plan9-echo.1%20%22I%20can%20ping%20$IP%22%20;%20done
Commands separated  by  a ; are executed sequentially; the shell waits for each command to terminate in turn.  The
return status is the exit status of the last command executed.