Issue with parsing echo text (Stage #NI6)

Hi @retop56, echo shell script doesn’t use any quotes, so the multiple spaces are not preserved and treated as a single space.

TBH, I found it a bit confusing at first too!