Skip to content

Instantly share code, notes, and snippets.

@jeremypage
Created April 9, 2015 13:58
Show Gist options
  • Save jeremypage/7bcca2f3f092b551fba4 to your computer and use it in GitHub Desktop.
Save jeremypage/7bcca2f3f092b551fba4 to your computer and use it in GitHub Desktop.
CMD: Do batch nslookup (from http://stackoverflow.com/a/14773152)
for /F %x in (websites.txt) do nslookup -q=ns %x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment