aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-07-23 14:46:32 +1200
committerTom Ryder <tom@sanctum.geek.nz>2015-07-23 14:46:32 +1200
commit7c1dcc030d1aa3f5f000be34e1b5072487fb6d0d (patch)
tree44075c64c35f2650322052e8ed58545371612c87 /README.markdown
parentAdd apf func (argument prepend [from] file) (diff)
downloaddotfiles-7c1dcc030d1aa3f5f000be34e1b5072487fb6d0d.tar.gz
dotfiles-7c1dcc030d1aa3f5f000be34e1b5072487fb6d0d.zip
Add pan func ; print args with null delimiter
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index 9bfce28e..0ec67b44 100644
--- a/README.markdown
+++ b/README.markdown
@@ -184,6 +184,7 @@ There are a few other little tricks in `bash/bashrc.d`, including:
* `mkcp` — Create a directory and copy arguments into it
* `mkmv` — Create a directory and move arguments into it
* `pa` — Print given arguments, one per line
+* `pan` — Print given arguments separated by NULL chars
* `path` — Manage the contents of `PATH` conveniently
* `pd` — Change to the argument’s parent directory
* `scr` — Create a temporary directory and change into it