27 lines
591 B
Groff
27 lines
591 B
Groff
|
.ie \n(.g .ds Aq \(aq
|
||
|
.el .ds Aq '
|
||
|
.TH rev 1 "rev "
|
||
|
.SH NAME
|
||
|
rev \- reverse lines characterwise
|
||
|
.SH SYNOPSIS
|
||
|
\fBrev\fR [\fB\-v\fR|\fB\-\-verbose\fR] [\fB\-c\fR|\fB\-\-color\fR] [\fB\-h\fR|\fB\-\-help\fR] [\fIFILE\fR]
|
||
|
.SH DESCRIPTION
|
||
|
reverse lines characterwise
|
||
|
.SH OPTIONS
|
||
|
.TP
|
||
|
\fB\-v\fR, \fB\-\-verbose\fR
|
||
|
Each file is preceded by a header consisting of the string "==> XXX <==" where "XXX" is the name of the file.
|
||
|
.TP
|
||
|
\fB\-c\fR, \fB\-\-color\fR
|
||
|
|
||
|
.br
|
||
|
[\fIpossible values: \fRalways, ansi, auto, never]
|
||
|
.TP
|
||
|
\fB\-h\fR, \fB\-\-help\fR
|
||
|
Print help
|
||
|
.TP
|
||
|
[\fIFILE\fR]
|
||
|
|
||
|
.SH AUTHORS
|
||
|
Nathan Fisher
|