1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/common/hunspell.md
2024-11-05 14:14:07 +09:00

356 B

hunspell

철자 확인. 더 많은 정보: https://github.com/hunspell/hunspell.

  • 파일의 철자를 확인:

hunspell {{경로/대상/파일}}

  • en_US 사전을 사용하여 파일의 철자를 확인:

hunspell -d {{en_US}} {{경로/대상/파일}}

  • 파일에 철자가 틀린 단어를 나열:

hunspell -l {{경로/대상/파일}}