mirror of https://github.com/CrimsonTome/tldr.git
37 lines
622 B
Markdown
37 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`
|