1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 16:42:10 +02:00
tldr/pages.fr/linux/ascii.md
K.B.Dharun Krishna 5257568887
pages.*: add standard translation (#9672)
* pages./: Automatically add alias pages

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* pages./: Automatically add links

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* Fix false positives from script

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2022-12-29 08:41:44 +05:30

622 B

ascii

Affiche les alias de caractères ASCII. Plus d'informations : http://www.catb.org/~esr/ascii/.

  • Affiche les alias ASCII d'un caractère :

ascii {{c}}

  • Affiche les alias ASCII dans un format court, adapté pour les scripts :

ascii -t {{c}}

  • Affiche les alias ASCII de plusieurs caractères :

ascii -s {{tldr}}

  • Affiche la table ASCII en décimal :

ascii -d

  • Affiche la table ASCII en hexadécimal :

ascii -x

  • Affiche la table ASCII en octal :

ascii -o

  • Affiche la table ASCII en binaire :

ascii -b

  • Affiche le résumé des options et une table ASCII complète :

ascii