mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 16:13:31 +02:00
ascii: add Portuguese translation (#13422)
* ascii: add Portuguese translation * ascii: add Portuguese translation and fix period file
This commit is contained in:
parent
66d61f97a4
commit
3c5da4f1ab
1 changed files with 36 additions and 0 deletions
36
pages.pt_BR/linux/ascii.md
Normal file
36
pages.pt_BR/linux/ascii.md
Normal file
|
@ -0,0 +1,36 @@
|
|||
# ascii
|
||||
|
||||
> Mostra pseudónimos de caractéres ASCII.
|
||||
> Mais informações em: <http://www.catb.org/~esr/ascii/>.
|
||||
|
||||
- Mostra pseudónimos ASCII de um carácter:
|
||||
|
||||
`ascii {{a}}`
|
||||
|
||||
- Mostra pseudónimos ASCII de forma resumida, modo script-friendly:
|
||||
|
||||
`ascii -t {{a}}`
|
||||
|
||||
- Mostra pseudónimo ASCII de múltiplos caracteres:
|
||||
|
||||
`ascii -s {{tldr}}`
|
||||
|
||||
- Mostra tabela ASCII em decimal:
|
||||
|
||||
`ascii -d`
|
||||
|
||||
- Mostra tabela ASCII em hexadecimal:
|
||||
|
||||
`ascii -x`
|
||||
|
||||
- Mostra tabela ASCII em octal:
|
||||
|
||||
`ascii -o`
|
||||
|
||||
- Mostra tabela ASCII em binário:
|
||||
|
||||
`ascii -b`
|
||||
|
||||
- Mostra sumário de opções e tabela ASCII completa:
|
||||
|
||||
`ascii`
|
Loading…
Add table
Reference in a new issue