This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nmap -T5 -iL Dutchhost.txt > hostdead.txt | cat hostdead.txt | grep "Failed" | cut -d " " -f 4 | tr -d '"' | sed 's/.$//' | |
replace Dutchhosts.txt with your own list of hosts |