Compare with Previous - Blame - Download
#!/bin/sh nmap -sP 10.33.6.0/24 | cut -d " " -f 3 | grep ^\( | sed -e 's/(//g; s/)//g'
#!/bin/sh
nmap -sP 10.33.6.0/24 | cut -d " " -f 3 | grep ^\( | sed -e 's/(//g; s/)//g'