How to concatenate two strings in Linux Bash Shell?

You can use variable substitution or string concatenation operator to concatenate two strings in Linux Bash Shell as shown in the below example –