Using Bash to Concatenate Strings
Bash scripting makes concatenating strings simple and fun. All the normal Bash features are available and more complex approaches can be applied with looping, splitting text into arrays, and even specifying custom IFS values!
Published in
7 min readSep 26, 2022
--