ascii 3.18
ASCII name and synonym chart
The ascii
utility provides easy conversion between various byte representations and the American Standard Code for Information Interchange (ASCII) character table. It knows about a wide variety of hex, binary, octal, Teletype mnemonic, ISO/ECMA code point, slang names, XML entity names, and other representations. Given any one on the command line, it will try to display all others. Called with no arguments it displays a handy small ASCII chart.
- Website: http://www.catb.org/~esr/ascii/
- Licenses: FreeBSD
- Package source: gnu/packages/shellutils.scm
- Builds: See build status
- Issues: See known issues
Installation
Install ascii 3.18
as follows:
guix install ascii@3.18
Or install the latest version:
guix install ascii
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.