Manual Page Result
0
Command: rev | Section: 1 | Source: Digital UNIX | File: rev.1.gz
rev(1) General Commands Manual rev(1)
NAME
rev - Reverses the sequence of characters in a line
SYNOPSIS
rev [file...]
DESCRIPTION
The rev command copies the named files to standard output, reversing
the order of characters in every line. If no file is specified, stan-
dard input is accepted.
EXAMPLES
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)