mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 05:05:59 +02:00
ascii: add page (#4323)
This commit is contained in:
parent
9c7e50848d
commit
89cc542e3f
1 changed files with 36 additions and 0 deletions
36
pages/linux/ascii.md
Normal file
36
pages/linux/ascii.md
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
# 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`
|
Loading…
Add table
Reference in a new issue