netbsd man page for rev

Query: rev

OS: netbsd

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

REV(1)							    BSD General Commands Manual 						    REV(1)

NAME
rev -- reverse order of characters of lines in 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 speci- fied, the standard input is read.
ENVIRONMENT
LC_ALL
BSD
July 21, 2009 BSD
Related Man Pages
git-name-rev(1) - debian
git-name-rev(1) - suse
paste(1) - netbsd
comm(1) - freebsd
uniq(1) - freebsd
Similar Topics in the Unix Linux Community
Bourne Shell: Special characters Input Prevention
Append next line to previous lines when NF is less than 0
How to add the line to previous line in | delimited text?
Can I prevent a script from being viewed?
How to send data to previous program (pipe)?