Linux "rev" Command Line Options and Examples
reverse lines characterwise

The rev utility copies the specified files to standard output, reversing the order of characters in every line. If no files are specified, standard input is read..


Usage:

rev [option] [file...]




Command Line Options:

-V
Display version information and exit.
rev -V ...
-h
Display help text and exit.
rev -h ...