1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-03 16:35:23 +02:00
tldr/pages.fr/linux/ascii.md
2025-05-21 22:12:33 +05:30

36 lines
632 B
Markdown

# ascii
> Affiche les alias de caractères ASCII.
> Plus d'informations : <http://www.catb.org/~esr/ascii/ascii.html>.
- 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`