This website requires JavaScript.
Explore
Help
Sign In
ctome
/
tldr
mirror of
https://github.com/CrimsonTome/tldr.git
Watch
1
Star
0
Fork
You've already forked tldr
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6bc3c21fd3
tldr
/
pages
/
common
/
rev.md
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}}