mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 21:02:08 +02:00
36 lines
623 B
Markdown
36 lines
623 B
Markdown
# ascii
|
|
|
|
> Zeige ASCII Aliase von Buchstaben.
|
|
> Weitere 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`
|