logo

cross-unix-documentation

documentation of similarities and (noteworthy) differencies between Unix systems git clone https://hacktivis.me/git/cross-unix-documentation.git
commit: 74c7b7b34a669bf8c88c2e116deb81a607e0c139
parent 2c68c8419dd0f7bf668449985d53315f5919a94f
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed, 15 Mar 2023 00:25:55 +0100

man1x/rev.1x: New manpage

Diffstat:

Aman1x/rev.1x38++++++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+), 0 deletions(-)

diff --git a/man1x/rev.1x b/man1x/rev.1x @@ -0,0 +1,38 @@ +.\" This file is part of Cross Unix Documentation +.\" Copyright © 2019-2023 Haelwenn (lanodan) Monnier <contact@hacktivis.me> +.\" SPDX-License-Identifier: CC-BY-4.0 +.Dd 2023-03-15 +.Dt REV 1x +.Os +.Sh PROLOG +This manual page is part of +.Lk https://hacktivis.me/git/cross-unix-documentation "Cross-Unix Documentation" +which is an attempt to provide documentation of similarities and (noteworthy) +differencies between Unix-like systems. +To be used as an addition to the POSIX standard. +.Sh NAME +.Nm rev +.Nd reverse lines characterwise +.Sh SYNOPSIS +.Nm +.Op Ar file ... +.Sh DESCRIPTION +.Nm +copies the specified files to the standard output, with the characters of each +line being reversed. +If no files are specified, standard input is read. +.Sh EXAMPLES +.Bd -literal +$ cat example +example.org +example.com +$ rev example +gro.elpmaxe +moc.elpmaxe +$ rev example | rev +example.org +example.com +.Ed +.Sh SOURCE +.Sh AUTHORS +.An Haelwenn (lanodan) Monnier Aq Mt contact+c-u-d@hacktivis.me