I have this string:
string="I love spaces"
I would like to print that so that the spaces would remain. echo $string
doesn't seem to print the spaces as well.
Desired Output:
I love spaces
I have this string:
string="I love spaces"
I would like to print that so that the spaces would remain. echo $string
doesn't seem to print the spaces as well.
Desired Output:
I love spaces