LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Bash question about File Manager creating ( untitled \folder ) (https://www.linuxquestions.org/questions/linux-newbie-8/bash-question-about-file-manager-creating-untitled-%5Cfolder-893228/)

theKbStockpiler 07-22-2011 06:43 PM

Bash question about File Manager creating ( untitled \folder )
 
I have been having troulbles opening a folder so a LQ forum suggested that I use auto completion and it turns out that (untitled forlder) is actually (untitled \folder) so my question is what is with the forward slash? Does it have something to do with the space?


Thanks in advance!


I'm in the four hundred club. Ya hoo!

sycamorex 07-22-2011 06:50 PM

Quote:

Originally Posted by theKbStockpiler (Post 4422781)
I have been having troulbles opening a folder so a LQ forum suggested that I use auto completion and it turns out that (untitled forlder) is actually (untitled \folder) so my question is what is with the forward slash? Does it have something to do with the space?


Thanks in advance!


It's actually not:

Code:

untitled \folder
but

Code:

untitled\ folder

Yes, the backslash escapes the whitespace between the two words.

theKbStockpiler 07-22-2011 06:53 PM

Thanks for the Reply!
 
I should have known.:doh:

Tinkster 07-22-2011 07:01 PM

Alternatively you could have done:
cd "untitled folder"


All times are GMT -5. The time now is 04:39 PM.