aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-01-05 18:36:10 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-01-05 18:36:10 +1300
commite9420bb7e26a5795fe651cf96158b773a6fe2339 (patch)
tree0e0e036d501a90c4381118f633f32c29209d67d0 /man
parentAdd htenc(1df) and htdec(1df) (diff)
downloaddotfiles-e9420bb7e26a5795fe651cf96158b773a6fe2339.tar.gz
dotfiles-e9420bb7e26a5795fe651cf96158b773a6fe2339.zip
Add onl(1df)
Diffstat (limited to 'man')
-rw-r--r--man/man1/onl.1df18
1 files changed, 18 insertions, 0 deletions
diff --git a/man/man1/onl.1df b/man/man1/onl.1df
new file mode 100644
index 00000000..7e84b9ba
--- /dev/null
+++ b/man/man1/onl.1df
@@ -0,0 +1,18 @@
+.TH ONL 1df "January 2017" "Manual page for onl"
+.SH NAME
+.B onl
+\- force standard input onto one printable line
+.SH USAGE
+.B onl
+FILE1 [FILE2 ...]
+.br
+.B onl
+< FILE
+.br
+program |
+.B onl
+.SH DESCRIPTION
+Condense input down to one line with only printable characters, no leading or
+trailing spaces, and a single space in place of multiple spaces or tabs.
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>