REV

Section: User Commands (1)
Updated: 2022-05-11
Index Return to Main Contents
 

NAME

rev - reverse lines characterwise  

SYNOPSIS

rev [option] [file...]  

DESCRIPTION

The rev utility copies the specified files to standard output, reversing the order of characters in every line. If no files are specified, standard input is read.

This utility is a line-oriented tool and it uses in-memory allocated buffer for a whole wide-char line. If the input file is huge and without line breaks then allocating the memory for the file may be unsuccessful.  

OPTIONS

-h, --help

Display help text and exit.

-V, --version

Print version and exit.
 

SEE ALSO

tac(1)  

REPORTING BUGS

For bug reports, use the issue tracker at <https://github.com/util-linux/util-linux/issues>.  

AVAILABILITY

The rev command is part of the util-linux package which can be downloaded from Linux Kernel Archive <https://www.kernel.org/pub/linux/utils/util-linux/>.


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
SEE ALSO
REPORTING BUGS
AVAILABILITY

This document was created by man2html, using the manual pages.
Time: 15:17:33 GMT, March 28, 2024