mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
aspell: remove unnecessary = sign (#20756)
This commit is contained in:
@@ -17,8 +17,8 @@
|
||||
|
||||
- Jalankan `aspell` dengan bahasa teks yang berbeda (menggunakan format kode bahasa ISO 639):
|
||||
|
||||
`aspell --lang={{cs}}`
|
||||
`aspell --lang {{cs}}`
|
||||
|
||||
- Tampilkan daftar kata dalam `stdin` yang dicurigai memiliki kesalahan ejaan dan abaikan kata yang berasal dari daftar kata pribadi (personal word list):
|
||||
|
||||
`cat {{jalan/menuju/berkas}} | aspell --personal={{daftar-kata-pribadi.pws}} list`
|
||||
`cat {{jalan/menuju/berkas}} | aspell --personal {{daftar-kata-pribadi.pws}} list`
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
|
||||
- 다른 언어로 `aspell`을 실행 (두 글자 ISO 639 언어 코드 사용):
|
||||
|
||||
`aspell --lang={{cs}}`
|
||||
`aspell --lang {{cs}}`
|
||||
|
||||
- `stdin`에서 철자가 틀린 단어를 나열하고, 개인 단어 목록에서 단어를 무시:
|
||||
|
||||
`cat {{경로/대상/파일}} | aspell --personal={{personal-word-list.pws}} list`
|
||||
`cat {{경로/대상/파일}} | aspell --personal {{personal-word-list.pws}} list`
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
|
||||
- മറ്റൊരു ഭാഷയുടെ പദശുദ്ധി കാണുവാൻ (ISO 639 ഭാഷാ-കോഡ് അനുസൃതം):
|
||||
|
||||
`aspell --lang={{cs}}`
|
||||
`aspell --lang {{cs}}`
|
||||
|
||||
- പേഴ്സണൽ ലിസ്റ്റിൽ ഇല്ലാത്തതും സ്റ്റാൻഡേഡ് ഇൻപുറ്റിൽ ഉള്ളതുമായ തെറ്റുകൾ കാണുവാൻ:
|
||||
|
||||
`cat {{ഫയൽ}} | aspell --personal={{പേഴ്സണൽ-വേർഡ്-ലിസ്റ്റ്.pws}} list`
|
||||
`cat {{ഫയൽ}} | aspell --personal {{പേഴ്സണൽ-വേർഡ്-ലിസ്റ്റ്.pws}} list`
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
|
||||
- Executa `aspell` utilizando uma língua diferente (informe o código ISO 639 da língua):
|
||||
|
||||
`aspell --lang={{cs}}`
|
||||
`aspell --lang {{cs}}`
|
||||
|
||||
- Exibe os erros ortográficos no terminal e ignorando as palavras da lista pessoal:
|
||||
|
||||
`cat {{arquivo}} | aspell --personal={{lista_pessoal.pws}} list`
|
||||
`cat {{arquivo}} | aspell --personal {{lista_pessoal.pws}} list`
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
|
||||
- 指定不同的语言(取 ISO 639 语言代码的 2 个字母)来运行 `aspell`:
|
||||
|
||||
`aspell --lang={{cs}}`
|
||||
`aspell --lang {{cs}}`
|
||||
|
||||
- 列出来自标准输入的拼写错误单词,并且忽略个人单词列表中的单词:
|
||||
|
||||
`cat {{文件}} | aspell --personal={{个人单词列表.pws}} list`
|
||||
`cat {{文件}} | aspell --personal {{个人单词列表.pws}} list`
|
||||
|
||||
Reference in New Issue
Block a user