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

6 lines
57 B
Bash

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