1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 21:22:09 +02:00
tldr/pages.de/linux/ascii.md
2021-10-12 09:01:48 -03:00

36 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`