Provided by: manpages-es_4.13-4_all bug

NOMBRE

       rev - reverse lines characterwise

SINOPSIS

       rev [opcion] [fichero...]

DESCRIPCIÓN

       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 than allocate the memory for the file may be
       unsuccessful.

OPCIONES

       -V, --version
           Mostrar información de versión y finalizar.

       -h, --help
           Mostrar texto de ayuda y finalizar.

VÉASE TAMBIÉN

       tac(1)

INFORMAR DE ERRORES

       Para informar de cualquier error, utilice el sistema de seguimiento de fallos
       https://github.com/karelzak/util-linux/issues.

DISPONIBILIDAD

       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/>.

TRADUCCIÓN

       La traducción al español de esta página del manual fue creada por Juan José López Mellado
       <laveneno@hotmail.com>

       Esta traducción es documentación libre; lea la GNU General Public License Version 3 o posterior con
       respecto a las condiciones de copyright. No existe NINGUNA RESPONSABILIDAD.

       Si encuentra algún error en la traducción de esta página del manual, envíe un correo electrónico a
       debian-l10n-spanish@lists.debian.org.

util-linux 2.37.3                                 24 Enero 2022                                           REV(1)