delete mention of ^Y; currently don't allow ^Y or ^E.
[unix-history] / usr / src / usr.bin / rev / rev.1
CommitLineData
45571dd7 1.\" @(#)rev.1 6.1 (Berkeley) %G%
0df15ef7 2.\"
45571dd7 3.TH REV 1 ""
0df15ef7
KM
4.AT 3
5.SH NAME
6rev \- reverse lines of a file
7.SH SYNOPSIS
8.B rev
9[ file ] ...
10.SH DESCRIPTION
11.I Rev
12copies the named files to the standard output,
13reversing the order of characters in every line.
14If no file is specified, the standard input is copied.