1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-03 08:53:25 +02:00
tldr/pages.pt_BR/linux/ascii.md
Murilo Ferreira Alves Batista 3c5da4f1ab
ascii: add Portuguese translation (#13422)
* ascii: add Portuguese translation

* ascii: add Portuguese translation and fix period file
2024-08-10 11:58:55 +02:00

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