Created
January 8, 2015 17:30
-
-
Save virullius/e5978976c751365f5a59 to your computer and use it in GitHub Desktop.
lookup other host names for a given hostname - via PTR records
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
host $(host $THE_DNSNAME | awk -F ' ' '{print $4}') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment