linux/a*, cp: add German translation (#6777)

This commit is contained in:
MeerBiene
2021-10-12 14:01:48 +02:00
committed by GitHub
parent 92558e2eb0
commit fb5e4b8305
24 changed files with 500 additions and 0 deletions

36
pages.de/linux/ascii.md Normal file
View File

@@ -0,0 +1,36 @@
# ascii
> Zeige ASCII Aliase von Buchstaben.
> Mehr Informationen: <http://www.catb.org/~esr/ascii/>.
- Zeige ASCII Aliase eines Buchstabens:
`ascii {{a}}`
- Zeige ASCII Aliase im kurzen script-freundlichen Modus:
`ascii -t {{a}}`
- Zeige ASCII Aliase von mehreren Buchstaben:
`ascii -s {{tldr}}`
- Zeige die ASCII Tabelle im Dezimalsystem:
`ascii -d`
- Zeige die ASCII Tabelle im Hexadezimalsystem:
`ascii -x`
- Zeige die ASCII Tabelle im Oktalsystem:
`ascii -o`
- Zeige die ASCII Tabelle im Binärsystem:
`ascii -b`
- Zeige eine Übersicht über alle Optionen und die komplette ASCII Tabelle:
`ascii`