Open rabestro opened 1 year ago
When doing string processing, it is often useful to be able to join all the strings in an array into one long string. The following function, join(), accomplishes this task.
https://www.gnu.org/software/gawk/manual/html_node/Join-Function.html
Merging an Array into a String
When doing string processing, it is often useful to be able to join all the strings in an array into one long string. The following function, join(), accomplishes this task.
https://www.gnu.org/software/gawk/manual/html_node/Join-Function.html