1 2 3 4 5 6
# Print arguments, one per line. Compare paz(). pa() { if (($#)) ; then printf '%s\n' "$@" fi }