Skip to content

Instantly share code, notes, and snippets.

@david-wm-sanders
Created February 10, 2018 17:18
Show Gist options
  • Save david-wm-sanders/19b12d9724b4109b46bb1cebad0dc585 to your computer and use it in GitHub Desktop.
Save david-wm-sanders/19b12d9724b4109b46bb1cebad0dc585 to your computer and use it in GitHub Desktop.
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