Created
February 10, 2018 17:18
-
-
Save david-wm-sanders/19b12d9724b4109b46bb1cebad0dc585 to your computer and use it in GitHub Desktop.
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
cat countries | grep -E "\b\w{9}\b" | |
cat countries | grep -E "\b\w{9}\b" | grep -E "i" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment