Last active
October 7, 2019 15:43
-
-
Save ichadhr/1325edef3d4d051f67edf0f723bf4c03 to your computer and use it in GitHub Desktop.
Checking longest TLD
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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