$ echo "quz hello" "bar"
quz hello bar
There are two spaces after “quz” in the first line of the example, but the expected output in the example has only 1 space. This might be confusing for others.
$ echo "quz hello" "bar"
quz hello bar
There are two spaces after “quz” in the first line of the example, but the expected output in the example has only 1 space. This might be confusing for others.
This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.