summaryrefslogtreecommitdiff
path: root/util/sbase/rev.1
diff options
context:
space:
mode:
Diffstat (limited to 'util/sbase/rev.1')
-rw-r--r--util/sbase/rev.122
1 files changed, 22 insertions, 0 deletions
diff --git a/util/sbase/rev.1 b/util/sbase/rev.1
new file mode 100644
index 00000000..e56b920b
--- /dev/null
+++ b/util/sbase/rev.1
@@ -0,0 +1,22 @@
+.Dd March 26, 2016
+.Dt REV 1
+.Os sbase
+.Sh NAME
+.Nm rev
+.Nd reverse each line
+.Sh SYNOPSIS
+.Nm
+.Op Ar file ...
+.Sh DESCRIPTION
+.Nm
+reads each
+.Ar file
+in sequence and writes it to stdout, but with all characters in each
+line in reverse order.
+If no
+.Ar file
+is given
+.Nm
+reads from stdin.
+.Sh SEE ALSO
+.Xr tac 1