Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

ubuntu string variable

test="a value"
#it is important not to write --> test = "a value"
#there must be no spaces
echo $test
 
PREVIOUS NEXT
Tagged: #ubuntu #string #variable
ADD COMMENT
Topic
Name
5+7 =