]> git.ipfire.org Git - thirdparty/util-linux.git/blame - text-utils/rev.1.adoc
Merge branch 'PR/libmount-exec-errors' of github.com:karelzak/util-linux-work
[thirdparty/util-linux.git] / text-utils / rev.1.adoc
CommitLineData
295b3979 1//po4a: entry man manual
aad107b6
MB
2////
3Copyright (c) 1985, 1992 The Regents of the University of California.
4All rights reserved.
5
6Redistribution and use in source and binary forms, with or without
7modification, are permitted provided that the following conditions
8are met:
91. Redistributions of source code must retain the above copyright
10 notice, this list of conditions and the following disclaimer.
112. Redistributions in binary form must reproduce the above copyright
12 notice, this list of conditions and the following disclaimer in the
13 documentation and/or other materials provided with the distribution.
143. All advertising materials mentioning features or use of this software
15 must display the following acknowledgement:
16This product includes software developed by the University of
17California, Berkeley and its contributors.
184. Neither the name of the University nor the names of its contributors
19 may be used to endorse or promote products derived from this software
20 without specific prior written permission.
21
22THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
23ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
24IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
25ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
26FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
27DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
28OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
29HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
31OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32SUCH DAMAGE.
33
34 @(#)rev.1 6.3 (Berkeley) 3/21/92
35////
36= rev(1)
37:doctype: manpage
f42ed819 38:man manual: User Commands
aad107b6
MB
39:man source: util-linux {release-version}
40:page-layout: base
41:command: rev
42
43== NAME
44
45rev - reverse lines characterwise
46
47== SYNOPSIS
48
bbeadfdd 49*rev* [option] [_file_...]
aad107b6
MB
50
51== DESCRIPTION
52
53The *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.
54
dbb2fb39 55This 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 then allocating the memory for the file may be unsuccessful.
aad107b6
MB
56
57== OPTIONS
58
2b2d3172 59include::man-common/help-version.adoc[]
aad107b6 60
f74d384e
TW
61*-0*, *--zero*::
62_Zero termination_. Use the byte '\0' as line separator.
63
aad107b6
MB
64== SEE ALSO
65
66*tac*(1)
67
625e9c61 68include::man-common/bugreports.adoc[]
aad107b6 69
625e9c61 70include::man-common/footer.adoc[]
aad107b6
MB
71
72ifdef::translation[]
625e9c61 73include::man-common/translation.adoc[]
aad107b6 74endif::[]