Files
bash-tut/teil10/concat.sh
T

7 lines
69 B
Bash

# concat.sh
text="Inhalt"
text="Neuer ${text}"
echo "text=${text}"