Answers for "ubuntu string variable"

0

ubuntu string variable

test="a value"
#it is important not to write --> test = "a value"
#there must be no spaces
echo $test
Posted by: Guest on September-12-2021
0

ubuntu string variable

test="a value"
#it is important not to write --> test = "a value"
#there must be no spaces
echo $test
Posted by: Guest on September-12-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language