Skip to content

Instantly share code, notes, and snippets.

@ichadhr
Last active October 7, 2019 15:43
Show Gist options
  • Select an option

  • Save ichadhr/1325edef3d4d051f67edf0f723bf4c03 to your computer and use it in GitHub Desktop.

Select an option

Save ichadhr/1325edef3d4d051f67edf0f723bf4c03 to your computer and use it in GitHub Desktop.
Checking longest TLD
curl -s http://data.iana.org/TLD/tlds-alpha-by-domain.txt | tail -n+2 | wc -L
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment