mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 16:42:10 +02:00

* 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>
622 B
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