Skip to content

Instantly share code, notes, and snippets.

@vdudouyt
Created October 6, 2013 06:17
Show Gist options
  • Save vdudouyt/6850206 to your computer and use it in GitHub Desktop.
Save vdudouyt/6850206 to your computer and use it in GitHub Desktop.
Count unique kanji with Bash
grep -Po "[\xe4-\xe9][\x80-\xbf][\x80-\xbf]" wordsjp wordsjp1 wordsjp2|sort|uniq|wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment