Skip to content

Latest commit

History

History
11 lines (6 loc) 路 154 Bytes

rev.md

File metadata and controls

11 lines (6 loc) 路 154 Bytes

rev

Reverse a line of text.

  • Reverse the text string "hello":

echo "hello" | rev

  • Reverse an entire file and print to stdout:

rev {{file}}