]> Tony Duckles's Git Repositories (git.nynim.org) - dotfiles.git/commit
.bashrc: Use `paste ... -` when reading from pipe
authorTony Duckles <tony@nynim.org>
Thu, 19 Jul 2018 02:47:19 +0000 (21:47 -0500)
committerTony Duckles <tony@nynim.org>
Thu, 19 Jul 2018 02:47:19 +0000 (21:47 -0500)
commit3cd67d994c181531d5c2cc0285b2ee6864349a7e
tree2d08fb8e60310c3f999ff95874774e8fc632c0cf
parentdbb38577800955997ebbf0113b9948c301dafee6
.bashrc: Use `paste ... -` when reading from pipe

GNU versions of `paste` will read from STDIN when no explicit file
arguments, but some other UNIX platforms [e.g. AIX] have versions of
`paste` which required an explicit "-" filename argument to indicate
"read from STDIN".
.bashrc