Odpowiedzi:
Nic specjalnego, wystarczy dodać je do deklaracji.
na przykład:
[Zypher@host01 monitor]$ stringOne="foo"
[Zypher@host01 monitor]$ stringTwo="anythingButBar"
[Zypher@host01 monitor]$ stringThree=$stringOne$stringTwo
[Zypher@host01 monitor]$ echo $stringThree
fooanythingButBar
jeśli chcesz dosłowne słowo „i” między nimi:
[Zypher@host01 monitor]$ stringOne="foo"
[Zypher@host01 monitor]$ stringTwo="anythingButBar"
[Zypher@host01 monitor]$ stringThree="$stringOne and $stringTwo"
[Zypher@host01 monitor]$ echo $stringThree
foo and anythingButBar
echo ${stringOne}and${stringTwo}
jeśli nie chcesz spacji
stringThree=$stringOne" and "$stringTwo
.
$ stringOne="foo"
na przykład. Ponadto monit nie powinien pojawiać się w linii wyjściowej (linii po echu). W przeciwnym razie +1.