So I want to adjust the length of string1. I do this  by inserting a spacer in string1 who's length is calculated from the length of string2:     local diff spacer     (( diff = $#string2 - 76 ))     for (( dd=1; dd