diff options
Compatibility for FreeBSD's paste(1) (#853)
* Compatibility for FreeBSD's paste(1)
According to FreeBSD's
[paste(1)](https://www.freebsd.org/cgi/man.cgi?query=paste&sektion=1&manpath=FreeBSD+12.2-RELEASE+and+Ports),
the extra `-` is needed (tested by myself).
This obviously works for Linux as well, tested on Void Linux at least.
> Create a colon-separated list of directories named bin,
> suitable for use in the PATH environment variable:
`find / -name bin -type d | paste -s -d : -`
* Compatibility for FreeBSD's paste(1)
According to FreeBSD's
[paste(1)](https://www.freebsd.org/cgi/man.cgi?query=paste&sektion=1&manpath=FreeBSD+12.2-RELEASE+and+Ports),
the extra `-` is needed (tested by myself).
This obviously works for Linux as well, tested on Void Linux at least.
> Create a colon-separated list of directories named bin,
> suitable for use in the PATH environment variable:
`find / -name bin -type d | paste -s -d : -`
Diffstat (limited to '.local/bin%25252525253fid%25252525253df190ab32c39a9471954078f8c387bc3ffc7cfddd&id2%25252525253db30ca735b60e5df2c30ab4eb7a6fe0eb0e7ecab7%252525253fid%252525253df190ab32c39a9471954078f8c387bc3ffc7cfddd&id2%252525253db30ca735b60e5df2c30ab4eb7a6fe0eb0e7ecab7%2525253fid%2525253df190ab32c39a9471954078f8c387bc3ffc7cfddd&id2%2525253db30ca735b60e5df2c30ab4eb7a6fe0eb0e7ecab7%25253fid%25253df190ab32c39a9471954078f8c387bc3ffc7cfddd%253fid%253db30ca735b60e5df2c30ab4eb7a6fe0eb0e7ecab7%3fid%3dbfd7ef110c3a205dc13ddb6c63d4c0d19f13ceaa?id=7c96bd081ac25faea8144aaa8c770aaf31bd558a')
0 files changed, 0 insertions, 0 deletions