Dateien des bash Tutorioals auf raspithek.de
 
 
 

6 lines
69 B

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