variabel string ubuntu

test="a value"
#it is important not to write --> test = "a value"
#there must be no spaces
echo $test
Karamolegkos