mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:22:09 +02:00
aspell: add Chinese translation.
This commit is contained in:
parent
b1306156df
commit
8f16431241
1 changed files with 23 additions and 0 deletions
23
pages.zh/linux/aspell.md
Executable file
23
pages.zh/linux/aspell.md
Executable file
|
@ -0,0 +1,23 @@
|
|||
# aspell
|
||||
|
||||
> 交互式拼写检查工具.
|
||||
|
||||
- 为一个文件做拼写检查:
|
||||
|
||||
`aspell check {{文件路径}}`
|
||||
|
||||
- 列出来自标准输入的拼写错误单词:
|
||||
|
||||
`cat {{文件}} | aspell list`
|
||||
|
||||
- 列出可用的字典语言:
|
||||
|
||||
`aspell dicts`
|
||||
|
||||
- 指定不同的语言(取ISO 639语言代码的2个字母)来运行aspell:
|
||||
|
||||
`aspell --lang={{cs}}`
|
||||
|
||||
- 列出来自标准输入的拼写错误单词,并且忽略个人单词列表中的单词:
|
||||
|
||||
`cat {{文件}} | aspell --personal={{个人单词列表.pws}} {{列表}}`
|
Loading…
Add table
Reference in a new issue