mirror of https://github.com/CrimsonTome/tldr.git
37 lines
620 B
Markdown
37 lines
620 B
Markdown
# ascii
|
|
|
|
> Zeige ASCII Aliase von Buchstaben.
|
|
> Mehr Informationen: <http://www.catb.org/~esr/ascii/>.
|
|
|
|
- Zeige ASCII Aliase eines Buchstabens:
|
|
|
|
`ascii {{a}}`
|
|
|
|
- Zeige ASCII Aliase im kurzen script-freundlichen Modus:
|
|
|
|
`ascii -t {{a}}`
|
|
|
|
- Zeige ASCII Aliase von mehreren Buchstaben:
|
|
|
|
`ascii -s {{tldr}}`
|
|
|
|
- Zeige die ASCII Tabelle im Dezimalsystem:
|
|
|
|
`ascii -d`
|
|
|
|
- Zeige die ASCII Tabelle im Hexadezimalsystem:
|
|
|
|
`ascii -x`
|
|
|
|
- Zeige die ASCII Tabelle im Oktalsystem:
|
|
|
|
`ascii -o`
|
|
|
|
- Zeige die ASCII Tabelle im Binärsystem:
|
|
|
|
`ascii -b`
|
|
|
|
- Zeige eine Übersicht über alle Optionen und die komplette ASCII Tabelle:
|
|
|
|
`ascii`
|