System Grab Bag

View all TLDR pages from Linux (or from all pages)

ascii

Show ASCII character aliases. More information: http://www.catb.org/~esr/ascii/.
  • 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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.