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}"
|
4
teil10/simplevar.sh
Normal file
4
teil10/simplevar.sh
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# simplevar.sh
|
||||||
|
text="Inhalt"
|
||||||
|
|
||||||
|
echo "text=${text}"
|
5
teil10/unset.sh
Normal file
5
teil10/unset.sh
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
# unset.sh
|
||||||
|
text="Inhalt"
|
||||||
|
|
||||||
|
echo "text=${text}"
|
||||||
|
unset text
|
Reference in New Issue
Block a user