Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
12-14-2009, 09:05 AM
|
#1
|
Member
Registered: Nov 2008
Location: Atlanta, Georiga
Distribution: Debian, Ubuntu
Posts: 88
Rep:
|
Spaces in Filenames and/or Directories
I have built a NAS for my home LAN, and shared parts of it with the rest of my Family. They all run Windows machines, while I run Debian Lenny. When I attempt to access part of the directories where they are asking for assistance, I often encounter files and even directories with spaces in their names. When I attempt to CD into these directories, I receive the message that no such directory exists, because the command doesn't know that the portion of the command following the space is still part of the directory or file name.
Question:
How can I access files and directories from the command line when the names of these files and/or directories have spaces in them?
Thank you in advance for your assistance.
|
|
|
12-14-2009, 09:10 AM
|
#2
|
LQ Veteran
Registered: Sep 2003
Posts: 10,532
|
Hi,
By placing the dir and/or file between double quotes: "/dir with spaces/file with spaces".
Or by escaping the spaces: /dir\ with\ spaces/file\ with\ spaces
Hope this helps.
|
|
1 members found this post helpful.
|
12-14-2009, 09:20 AM
|
#3
|
Senior Member
Registered: Sep 2007
Posts: 1,047
Rep:
|
Quote:
Originally Posted by bruceam
I have built a NAS for my home LAN, and shared parts of it with the rest of my Family. They all run Windows machines, while I run Debian Lenny. When I attempt to access part of the directories where they are asking for assistance, I often encounter files and even directories with spaces in their names. When I attempt to CD into these directories, I receive the message that no such directory exists, because the command doesn't know that the portion of the command following the space is still part of the directory or file name.
Question:
How can I access files and directories from the command line when the names of these files and/or directories have spaces in them?
Thank you in advance for your assistance.
|
Use tab key from keyboard.
Code:
cd dirword1\ dirword2\
Last edited by cola; 12-14-2009 at 09:21 AM.
|
|
1 members found this post helpful.
|
12-14-2009, 09:30 AM
|
#4
|
Senior Member
Registered: Jun 2008
Distribution: debian, ubuntu, sidux
Posts: 1,127
Rep: 
|
you need to \ escape the spaces
so something like cd To\ The\ Directory\ with\ Spaces
your shell should be able to tab complete for you so you don't need to manually add them all, just type enough for it to be unique and hit the tab key
|
|
1 members found this post helpful.
|
12-14-2009, 10:00 AM
|
#5
|
Member
Registered: Nov 2008
Location: Atlanta, Georiga
Distribution: Debian, Ubuntu
Posts: 88
Original Poster
Rep:
|
Thank you for your input. I will try all of the suggestions that you have offered. This will save me a lot of problems.
Thanks Again for everything!
Quote:
Originally Posted by druuna
Hi,
By placing the dir and/or file between double quotes: "/dir with spaces/file with spaces".
Or by escaping the spaces: /dir\ with\ spaces/file\ with\ spaces
Hope this helps.
|
|
|
|
12-14-2009, 10:02 AM
|
#6
|
Member
Registered: Nov 2008
Location: Atlanta, Georiga
Distribution: Debian, Ubuntu
Posts: 88
Original Poster
Rep:
|
Thank you to everyone who has responded. The information you have provided is both important and timely.
Thank you again everyone!
Quote:
Originally Posted by bruceam
I have built a NAS for my home LAN, and shared parts of it with the rest of my Family. They all run Windows machines, while I run Debian Lenny. When I attempt to access part of the directories where they are asking for assistance, I often encounter files and even directories with spaces in their names. When I attempt to CD into these directories, I receive the message that no such directory exists, because the command doesn't know that the portion of the command following the space is still part of the directory or file name.
Question:
How can I access files and directories from the command line when the names of these files and/or directories have spaces in them?
Thank you in advance for your assistance.
|
|
|
|
All times are GMT -5. The time now is 05:03 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|