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-04-29 23:24:55 +02:00
Code
Activity
50cff8c9e6
Branches
Tags
No results found.
tldr
/
pages
/
common
/
rev.md
Waldir Pimenta
cf25745db1
Harmonize formatting and capitalization of stdin/stdout/stderr
2019-06-17 22:09:58 +05:30
156 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}}