Skip to content

Instantly share code, notes, and snippets.

@jilm
Created January 17, 2019 05:34
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 jilm/320f04cd8ce27f6af04bd8bbaa6e4cea to your computer and use it in GitHub Desktop.
Save jilm/320f04cd8ce27f6af04bd8bbaa6e4cea to your computer and use it in GitHub Desktop.
cat | tr 'A-ZÁČĎĚÉÍŇŘŠŤÚÝŽ' 'a-záčďěéíňřšťúýž' | tr "[:punct:][:space:]" "\n" | sort | uniq -c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment