Skip to content

Instantly share code, notes, and snippets.

@lloiacono
Created February 15, 2019 08:37
Show Gist options
  • Save lloiacono/ddbbde297735ac16a179ff2212efc454 to your computer and use it in GitHub Desktop.
Save lloiacono/ddbbde297735ac16a179ff2212efc454 to your computer and use it in GitHub Desktop.
Bulk MX lookup with awk and dig
awk '{printf("%s ",$1); system("dig -t mx +short " $0)}' somefile.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment