mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 14:02:08 +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>
36 lines
622 B
Markdown
36 lines
622 B
Markdown
# 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`
|