aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
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 /README.markdown
parentTweak FS a bit for mw(1df) (diff)
downloaddotfiles-3df8bf4b48f87d181cf3e289085c30dab38c494c.tar.gz
dotfiles-3df8bf4b48f87d181cf3e289085c30dab38c494c.zip
Add p(1df)
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index 6b0ff38e..c35d3790 100644
--- a/README.markdown
+++ b/README.markdown
@@ -507,6 +507,8 @@ Installed by the `install-bin` target:
* `onl(1df)` crunches input down to one printable line.
* `osc(1df)` implements a `netcat(1)`-like wrapper for `openssl(1)`'s
`s_client` subcommand.
+* `p(1df)` prints concatenated standard input; `cat(1)` as it should always
+ have been
* `pa(1df)` prints its arguments, one per line.
* `pp(1df)` prints the full path of each argument using `$PWD`.
* `pph(1df)` runs `pp(1df)` and includes a leading `$HOSTNAME:`.