| PACKAGE | |STAT Data Manipulation and Analysis, by Gary Perlman |
|---|---|
| NAME | reverse - reverse lines, fields or characters within lines |
| SYNOPSIS | reverse [-cfl] |
| DESCRIPTION | reverse reverses lines, space separated fields, or characters within lines read from the standard input. |
| OPTIONS |
The following standard help options are supported. The program exits after displaying the help.
|
| EXAMPLES |
echo 11 21 31 41 51 61 | reverse -c 16 15 14 13 12 11 echo 11 21 31 41 51 61 | reverse -f 61 51 41 31 21 11 echo 11 21 31 41 51 61 | reverse -fc 11 12 13 14 15 16 |
| LIMITS | Use the -L option to determine the program limits. |
| UPDATED | October 1985 |