Files
bash-tut/teil10/unset.sh
T

6 lines
57 B
Bash

# unset.sh
text="Inhalt"
echo "text=${text}"
unset text