Created
November 17, 2017 19:10
-
-
Save cideveloper/523099f974e799934adddbb22224c8a8 to your computer and use it in GitHub Desktop.
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
GLOBALWHOIS=$(whois -H $1); | |
WHOISSERVER=$(echo "${GLOBALWHOIS}" | grep "Registrar WHOIS Server" | cut -c28-); | |
echo "${GLOBALWHOIS}"; | |
whois -H -h ${WHOISSERVER} $1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment