Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add spell-checker to CLI #77

Open
bobbermac opened this issue Sep 11, 2017 · 1 comment
Open

Add spell-checker to CLI #77

bobbermac opened this issue Sep 11, 2017 · 1 comment

Comments

@bobbermac
Copy link
Member

Support frmx check content spelling

@bobbermac
Copy link
Member Author

First step:

for FILE in `find posts -name content.rfc5322`; 
  do 
  echo
  echo "------------------------------------------------------------"
  echo "Spell-checking file: $FILE"
  echo "------------------------------------------------------------"
  ispell -l -H < $FILE |sort -u
  done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant