aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d/pa.bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-07-23 14:49:35 +1200
committerTom Ryder <tom@sanctum.geek.nz>2015-07-23 14:49:35 +1200
commit24d8c07c007cd85e3407118e351c82291fa87e37 (patch)
tree17ca3070c1f8483c34e78b0356167eeaca8b9bbd /bash/bashrc.d/pa.bash
parentAdd pan func ; print args with null delimiter (diff)
downloaddotfiles-24d8c07c007cd85e3407118e351c82291fa87e37.tar.gz
dotfiles-24d8c07c007cd85e3407118e351c82291fa87e37.zip
More detail for pa() and pan() funcs
Diffstat (limited to 'bash/bashrc.d/pa.bash')
-rw-r--r--bash/bashrc.d/pa.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bashrc.d/pa.bash b/bash/bashrc.d/pa.bash
index 6c3531f0..3a7b8398 100644
--- a/bash/bashrc.d/pa.bash
+++ b/bash/bashrc.d/pa.bash
@@ -1,4 +1,4 @@
-# Print arguments
+# Print arguments, one per line. Compare pan().
pa() {
if (($#)) ; then
printf '%s\n' "$@"