1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/ascii.md
Managor 611d2c9a04
linux*: refresh old pages part 2 (#16263)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: Machiavelli <145562237+MachiavelliII@users.noreply.github.com>
2025-04-27 10:35:40 +03:00

534 B

ascii

Show ASCII character aliases. More information: http://www.catb.org/~esr/ascii/ascii.html.

  • Show ASCII aliases of a character:

ascii {{a}}

  • Show ASCII aliases in short, script-friendly mode:

ascii -t {{a}}

  • Show ASCII aliases of multiple characters:

ascii -s {{tldr}}

  • Show ASCII table in decimal:

ascii -d

  • Show ASCII table in hexadecimal:

ascii -x

  • Show ASCII table in octal:

ascii -o

  • Show ASCII table in binary:

ascii -b

  • Show options summary and complete ASCII table:

ascii