Alex
3
Q:

make a join function in bash script arrays

function join_by { local d=$1; shift; local f=$1; shift; printf %s "$f" "${@/#/$d}"; }
0

New to Communities?

Join the community