Skip to content

Instantly share code, notes, and snippets.

@darron
Created February 27, 2010 18:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save darron/316857 to your computer and use it in GitHub Desktop.
Save darron/316857 to your computer and use it in GitHub Desktop.
egrep -r zone * | cut -d ' ' -f 2 | cut -d '"' -f 2 | sort | uniq > domains.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment