simplevar.sh, unset.sh und concat.sh
This commit is contained in:
6
teil10/concat.sh
Normal file
6
teil10/concat.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
# concat.sh
|
||||
text="Inhalt"
|
||||
|
||||
text="Neuer ${text}"
|
||||
|
||||
echo "text=${text}"
|
Reference in New Issue
Block a user