mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-28 13:15:28 +02:00
16 lines
356 B
Markdown
16 lines
356 B
Markdown
# hunspell
|
|
|
|
> 철자 확인.
|
|
> 더 많은 정보: <https://github.com/hunspell/hunspell>.
|
|
|
|
- 파일의 철자를 확인:
|
|
|
|
`hunspell {{경로/대상/파일}}`
|
|
|
|
- en_US 사전을 사용하여 파일의 철자를 확인:
|
|
|
|
`hunspell -d {{en_US}} {{경로/대상/파일}}`
|
|
|
|
- 파일에 철자가 틀린 단어를 나열:
|
|
|
|
`hunspell -l {{경로/대상/파일}}`
|