x11vnc, xdotool, rev: add pages (#1264)

This commit is contained in:
Jeef
2017-02-20 22:52:56 -05:00
committed by Agniva De Sarker
parent 0e099fcfa5
commit 8fdc908325
3 changed files with 46 additions and 0 deletions

11
pages/common/rev.md Normal file
View File

@@ -0,0 +1,11 @@
# rev
> Reverse a line of text.
- Reverse the text string "hello":
`echo "hello" | rev`
- Reverse an entire file and print to stdout:
`rev {{file}}`