GNO-Extras/v7/cmd/rev.1#000000

12 lines
269 B
Plaintext
Raw Normal View History

2020-01-28 23:22:35 -05:00
.TH REV 1
.SH NAME
rev \- reverse lines of a file
.SH SYNOPSIS
.B rev
[ file ] ...
.SH DESCRIPTION
.I Rev
copies the named files to the standard output,
reversing the order of characters in every line.
If no file is specified, the standard input is copied.