mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:22:09 +02:00
rev: add German translation
This commit is contained in:
parent
f87d8659d9
commit
53b0c3600c
1 changed files with 11 additions and 0 deletions
11
pages.de/common/rev.md
Normal file
11
pages.de/common/rev.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# rev
|
||||
|
||||
> Kehre die Reihenfolge von Text um.
|
||||
|
||||
- Kehre die Reihenfolge des Textes "Hallo" um:
|
||||
|
||||
`echo "Hallo" | rev`
|
||||
|
||||
- Kehre die Reihenfolge einer Datei um:
|
||||
|
||||
`rev {{file}}`
|
Loading…
Add table
Reference in a new issue