Skip to content

Instantly share code, notes, and snippets.

@lavie
Last active August 31, 2018 15:30
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 lavie/b9101392ac0815045efba0144bdba9e0 to your computer and use it in GitHub Desktop.
Save lavie/b9101392ac0815045efba0144bdba9e0 to your computer and use it in GitHub Desktop.
$ awk '/^[a-zA-Z]+$/{ print tolower($0) }' < words.txt | grep -E 'old$' | head -10
acold
afterhold
ahold
akenbold
anchorhold
ankerhold
anticold
archbold
archibold
aribold
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment