Eu quero anexar a uma string de modo que toda vez que eu fizer um loop, adicione dizer "teste" à string.
Como no PHP, você faria:
$teststr = "test1\n"
$teststr .= "test2\n"
echo = "$teststr"
ecos:
test1
test2
Mas eu preciso fazer isso em um script de shell
string
bash
shell
string-concatenation
hortelã
fonte
fonte