aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-01-06 13:59:26 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-01-06 13:59:26 +1300
commit13d4998ee636abbb5bf1b20acd5b19ecd8af0578 (patch)
tree91c7be8c6a76d8653fdae8feec0357cb0d2d89ed /README.markdown
parentAdd jfp(1df) (diff)
downloaddotfiles-13d4998ee636abbb5bf1b20acd5b19ecd8af0578.tar.gz
dotfiles-13d4998ee636abbb5bf1b20acd5b19ecd8af0578.zip
Add pp(1df) and pph(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 e2abeb96..97823267 100644
--- a/README.markdown
+++ b/README.markdown
@@ -478,6 +478,8 @@ Installed by the `install-bin` target:
* `motd(1df)` shows the system MOTD.
* `onl(1df)` crunches input down to one printable line.
* `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:`.
* `paz(1df)` print its arguments terminated by NULL chars.
* `pit(1df)` runs its input through a pager if its standard output looks like
a terminal.