|
||||||
| Forums FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Novell Archives Archived content from Novell openSUSE support forums |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
I am trying to get into certain windows files via Konsole. The problem is
that some of the folders have mulitple names with spaces inbetween. What do I need to do to get into those folders? I have tried the name with the space and tried with a _ in place of the space. |
|
|||
|
me@you.com wrote:
> I am trying to get into certain windows files via Konsole. The problem is > that some of the folders have mulitple names with spaces inbetween. What > do I need to do to get into those folders? I have tried the name with the > space and tried with a _ in place of the space. Use the syntax cd /directory\ with\ a\ space The \ escapes the space in the name If you start typing in the directory name and then use the TAB key bash will complete the line for you. eg. cd /direc[TAB] Will complete the above example HTH Jim -- Pye, James Pye, chmod 007 The Ultimate Open Source |
|
|||
|
Am 24.09.2006 00:09 schrieb me@you.com:
> I am trying to get into certain windows files via Konsole. The problem is > that some of the folders have mulitple names with spaces inbetween. What do > I need to do to get into those folders? I have tried the name with the > space and tried with a _ in place of the space. Alternatively, enclose the folder name (including the spaces) in double quotes, like so: cd "folder name" -- Tilman Schmidt E-Mail: tilman@imap.cc Bonn, Germany - In theory, there is no difference between theory and practice. In practice, there is. |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|