rev - Reverses the sequence of characters in a line
rev [file...]
The rev command copies the named files to standard output,
reversing the order of characters in every line. If no
file is specified, standard input is accepted.
The following input is reversed as follows: % rev
123456789 987654321 "able was I ere I saw elba" "able was
I ere I saw elba" <Ctrl-d>
rev(1)
[ Back ] |