-1

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
Matam
  • 145
  • 7
  • Glad that you sorted it out yourself. Anyways it is good to have a look [\[ here \]](http://stackoverflow.com/search?q=[bash]+%22print+string+with+spaces%22). – sjsam May 24 '16 at 17:17

1 Answers1

0

Nevermind me fellas. echo "$string" :/

Matam
  • 145
  • 7