Created
March 29, 2016 21:51
-
-
Save pjendrusik/81d3112097bf6c472c12f1119646bf5c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aspell --lang pl dump master | aspell --lang pl expand | tr ' ' '\n' > pl.dic | |
aspell --lang de dump master | aspell --lang de expand | tr ' ' '\n' > de.dic |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment