diff --git a/pages/linux/ascii.md b/pages/linux/ascii.md new file mode 100644 index 000000000..0bff15894 --- /dev/null +++ b/pages/linux/ascii.md @@ -0,0 +1,36 @@ +# ascii + +> Show ASCII character aliases. +> More information: . + +- 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`