ascii
Show ASCII character aliases. More information: <http://www.catb.org/~esr/ascii/>.
Install
- All systems
-
curl cmd.cat/ascii.sh
- Debian
-
apt-get install ascii
- Ubuntu
-
apt-get install ascii
- Arch Linux
-
pacman -S ascii
- Kali Linux
-
apt-get install ascii
- Fedora
-
dnf install ascii
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ascii
- OS X
-
brew install ascii
- Raspbian
-
apt-get install ascii
- Dockerfile
- dockerfile.run/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
© tl;dr; authors and contributors