Skip to content

Instantly share code, notes, and snippets.

@rrooij
Created June 28, 2019 08:29
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 rrooij/576e29fb63fad19214d95cad49438302 to your computer and use it in GitHub Desktop.
Save rrooij/576e29fb63fad19214d95cad49438302 to your computer and use it in GitHub Desktop.
Retrieve TLD's from Wikipedia
curl -s 'https://en.wikipedia.org/wiki/List_of_Internet_top-level_domains' | egrep '\/wiki\/\.\w+' -o | sed 's/\/wiki\///'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment