Manual Page Result
0
Command: rev | Section: 1 | Source: OpenBSD | File: rev.1
REV(1) FreeBSD General Commands Manual REV(1)
NAME
rev - reverse lines of a file
SYNOPSIS
rev [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.
ENVIRONMENT
LC_CTYPE The character encoding locale(1). It decides which byte
sequences form characters. If unset or set to "C", "POSIX", or
an unsupported value, the order of individual bytes is
reversed.
SEE ALSO
cat(1), cut(1)
FreeBSD 14.1-RELEASE-p8 October 28, 2016 FreeBSD 14.1-RELEASE-p8