Files
bash-tut/teil10/concat.sh
2024-07-06 15:59:24 +02:00

7 lines
69 B
Bash

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