linux/a*, cp: add German translation (#6777)
This commit is contained in:
36
pages.de/linux/ascii.md
Normal file
36
pages.de/linux/ascii.md
Normal 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`
|
Reference in New Issue
Block a user