This website requires JavaScript.
Explore
Help
Register
Sign in
lilith
/
tldr
Watch
1
Star
0
Fork
You've already forked tldr
0
mirror of
https://github.com/tldr-pages/tldr.git
synced
2025-07-26 02:55:25 +02:00
Code
Activity
82efd2c573
Branches
Tags
No results found.
tldr
/
pages
/
common
/
rev.md
Jeef
8fdc908325
x11vnc, xdotool, rev: add pages (
#1264
)
2017-02-21 09:22:56 +05:30
154 B
Raw
Blame
History
rev
Reverse a line of text.
Reverse the text string "hello":
echo "hello" | rev
Reverse an entire file and print to stdout:
rev {{file}}