aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-05-28 13:27:13 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-05-28 13:27:13 +1200
commit3df8bf4b48f87d181cf3e289085c30dab38c494c (patch)
treebfaea309fe67a4e32b8f1fec169308260b1001e0 /man
parentTweak FS a bit for mw(1df) (diff)
downloaddotfiles-3df8bf4b48f87d181cf3e289085c30dab38c494c.tar.gz
dotfiles-3df8bf4b48f87d181cf3e289085c30dab38c494c.zip
Add p(1df)
Diffstat (limited to 'man')
-rw-r--r--man/man1/p.1df27
1 files changed, 27 insertions, 0 deletions
diff --git a/man/man1/p.1df b/man/man1/p.1df
new file mode 100644
index 00000000..2d291fc1
--- /dev/null
+++ b/man/man1/p.1df
@@ -0,0 +1,27 @@
+.TH P 1df "May 2017" "Manual page for p"
+.SH NAME
+.B p
+\- print standard input to standard output
+.SH SYNOPSIS
+.B p
+FILE1 [FILE2...]
+.br
+prog1 |
+.B
+p
+.br
+prog1 |
+.B
+p
+FILE1 - FILE2
+.SH DESCRIPTION
+.B p
+prints concatenated standard input from files to, and nothing else; cat(1) as
+it always should have been--no flags, and hence no need for end-of-options for
+filenames that start with a dash.
+.P
+Quicker to type, too.
+.SH SEE ALSO
+cat(1)
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>