mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-03 08:53:25 +02:00

* ascii: add Portuguese translation * ascii: add Portuguese translation and fix period file
593 B
593 B
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