NAME
rev - reverse lines of a file
SYNOPSIS
rev [options] [file]
DESCRIPTION
The rev utility copies the specified files to the standard output, reversing the order of characters in every line. If no files are specified, the standard input is read.
OPTIONS
rev accepts the following options:
- --help || -h || ?
-
Print a short help message, then exits.
- --version
-
Prints out its version number, then exits.
BUGS
rev has no known bugs.
REVISION HISTORY
$Log: rev,v $
Revision 1.1.1.1 2001/06/06 08:55:04 sdague
initial import
Revision 1.1 2001/05/14 00:49:39 sdague
added more files
Revision 1.0 1999/03/03 andy murren
Inital Revision
AUTHOR
This Perl implmentation of rev was written by Andy Murren, andy@murren.org.
COPYRIGHT and LICENSE
This program is covered by the GNU Public License (GPL). See http://www.gnu.org/copyleft/gpl.html for complete detail of the license.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 123:
You forgot a '=back' before '=head1'