Skip to content

Instantly share code, notes, and snippets.

@kezzyhko
Last active January 16, 2025 15:40
Show Gist options
  • Select an option

  • Save kezzyhko/84ab5a349187481bf498827857f54404 to your computer and use it in GitHub Desktop.

Select an option

Save kezzyhko/84ab5a349187481bf498827857f54404 to your computer and use it in GitHub Desktop.
Using `strings` command to extract real words
strings $1 | grep -wFf <(grep -E '^.{4,}$' ~/words.txt)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment