How to join() array elements in a bash script
Some languages (like JavaScript and PHP) have a function like join() or implode() to join the elements of an array separating them by a character or a string. Let's do the same in pure bash.
As a bonus, at the end this article you'll know:
the diffe...
meleu.hashnode.dev13 min read