diff options
author | anntnzrb <51257127+anntnzrb@users.noreply.github.com> | 2020-12-01 18:21:03 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-01 18:21:03 -0500 |
commit | 7c96bd081ac25faea8144aaa8c770aaf31bd558a (patch) | |
tree | 6d5a0d74412a7f85d2ff3fa7448ad8ea56049aa7 /.config/x11%252525253fid%252525253db30ca735b60e5df2c30ab4eb7a6fe0eb0e7ecab7%2525253fid%2525253db30ca735b60e5df2c30ab4eb7a6fe0eb0e7ecab7%25253fid%25253dbfd7ef110c3a205dc13ddb6c63d4c0d19f13ceaa%253fid%253dbfd7ef110c3a205dc13ddb6c63d4c0d19f13ceaa%3fid%3d7c96bd081ac25faea8144aaa8c770aaf31bd558a?id=7c96bd081ac25faea8144aaa8c770aaf31bd558a | |
parent | 1065e316117048ad21b920a74903ae930a50d412 (diff) |
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 '.config/x11%252525253fid%252525253db30ca735b60e5df2c30ab4eb7a6fe0eb0e7ecab7%2525253fid%2525253db30ca735b60e5df2c30ab4eb7a6fe0eb0e7ecab7%25253fid%25253dbfd7ef110c3a205dc13ddb6c63d4c0d19f13ceaa%253fid%253dbfd7ef110c3a205dc13ddb6c63d4c0d19f13ceaa%3fid%3d7c96bd081ac25faea8144aaa8c770aaf31bd558a?id=7c96bd081ac25faea8144aaa8c770aaf31bd558a')
0 files changed, 0 insertions, 0 deletions