Update cheatsheets

This commit is contained in:
ivuorinen
2024-02-21 11:19:49 +00:00
parent 4e88a1b42f
commit 3d653cc7e6
4803 changed files with 127002 additions and 0 deletions

41
linux/ascii Normal file
View File

@@ -0,0 +1,41 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# 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`