This file contains hidden or 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
domain=no.com | |
while true; do | |
RES=`host $domain | grep "has address"` | |
if [ -z "$RES" ] | |
then | |
echo "No domain: $domain" | |
else | |
echo $RES | |
fi | |
domain=`echo $domain | sed 's/no/noo/'` |
This file contains hidden or 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
4463941 |
NewerOlder