In bash space is used to determine the end of a variable ,
for example when you launch
this will display abcd ef ,if you try to to display abcdef you can‘t do echo $varef
the solution to this little problem is : is to use curly brackets.
will display abcdef