mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
aspell: add Brazilian Portuguese translation
This commit is contained in:
parent
e34742fd43
commit
d855b1d7a4
1 changed files with 23 additions and 0 deletions
23
pages.pt-BR/linux/aspell.md
Normal file
23
pages.pt-BR/linux/aspell.md
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# aspell
|
||||||
|
|
||||||
|
> Verificador de excrita interativo.
|
||||||
|
|
||||||
|
- Verifica a corretude de escrita um arquivo:
|
||||||
|
|
||||||
|
`aspell check {{path/to/file}}`
|
||||||
|
|
||||||
|
- Exibe as palavras escritas incorretamente no dispositivo de entrada padrão:
|
||||||
|
|
||||||
|
`cat {{file}} | aspell list`
|
||||||
|
|
||||||
|
- Exibe a lista de dicionários disponíveis:
|
||||||
|
|
||||||
|
`aspell dicts`
|
||||||
|
|
||||||
|
- Executa aspell utilizando um língua diferente (informe o código ISO 639 da língua):
|
||||||
|
|
||||||
|
`aspell --lang={{cs}}`
|
||||||
|
|
||||||
|
- Exibe as palavras escritas incorretamente no dispositivo de entrada padrão e ignora as palavras da lista pessoal:
|
||||||
|
|
||||||
|
`cat {{file}} | aspell --personal={{personal-word-list.pws}} {{list}}`
|
Loading…
Add table
Reference in a new issue