mirror of https://github.com/CrimsonTome/tldr.git
ascii: add Portuguese translation (#13422)
* ascii: add Portuguese translation * ascii: add Portuguese translation and fix period filepull/28/head
parent
66d61f97a4
commit
3c5da4f1ab
|
@ -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…
Reference in New Issue