How to concatenate string variables in Bash
Here are few preferred ways to concatenate string variables in bash script Concatenate string variables in Bash 1.Write the variable one after another in echo 2. Use += assignment operator: Second method can be used to append to an integer as well test.sh