From 3c5da4f1ab87519de6f64042871125b82970d430 Mon Sep 17 00:00:00 2001 From: Murilo Ferreira Alves Batista <68358241+Murilo-fab@users.noreply.github.com> Date: Sat, 10 Aug 2024 11:58:55 +0200 Subject: [PATCH] ascii: add Portuguese translation (#13422) * ascii: add Portuguese translation * ascii: add Portuguese translation and fix period file --- pages.pt_BR/linux/ascii.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 pages.pt_BR/linux/ascii.md diff --git a/pages.pt_BR/linux/ascii.md b/pages.pt_BR/linux/ascii.md new file mode 100644 index 000000000..dcd29f9e8 --- /dev/null +++ b/pages.pt_BR/linux/ascii.md @@ -0,0 +1,36 @@ +# ascii + +> Mostra pseudónimos de caractéres ASCII. +> Mais informações em: . + +- 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`