string concatenation

  1. EnioRM

    Shell how to concatenate strings in a macro

    Hello all. I have a throuble when I try to concatenate some strings in a shell script macro. The script uses sh. root@freebsd:~ # sh # name="john" # name+=" doe" name+=doe: not found # Can anyone identify where is mistake?
Back
Top