1
0
Fork 0
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:
b3nj4m1n 2020-07-02 16:48:59 +02:00 committed by Zlatan Vasović
parent f87d8659d9
commit 53b0c3600c

11
pages.de/common/rev.md Normal file
View 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}}`