| Linux / Unix Command: rev |
NAME
rev - reverse lines of a fileSYNOPSIS
rev [file ]DESCRIPTION
The rev utility copies the specified files to the standard output, reversing the order of characters in every line. If no files are specified, the standard input is read.
Important: Use the man command (% man) to see how a command is used on your particular computer.

