2
I have the following problem: I need you to store a path from an X directory in a variable in my script. The big problem is that one of the folders in this path contains space in the name and for some reason when calling the variable gives a conflict in the directory with space. Ex:
If I use it like this it works:
cd "/home/douglas/Minha Pasta"
But if so, it doesn’t work:
home="/home/douglas/Minha Pasta"
cd $home
Does anyone know how I can fix this ?
I’ve done all that and it doesn’t work :(
– Roknauta
Which message appears?
– Denis Rudnei de Souza
I decided, thank you :)
– Roknauta