public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: PaulNM <gentoo@paulscrap.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] A directory name with spaces in it?
Date: Fri, 21 Jul 2006 14:58:13 -0400	[thread overview]
Message-ID: <44C123C5.3020105@paulscrap.com> (raw)
In-Reply-To: <20060721223445.e73d3227.alex_fortwinder@nerdshack.com>

Alexander Fortwinder wrote:
> Hi everyone,
> 
> I'm downloading a torrent file which created a directory name with spaces, so when I try to access it in bash, 
> it is reported as not being found. How do I deal with it? For example, /home/This  is a   some directory
> Thanks for suggestions.
> Alex
> 
 You need to escape the spaces:

cd /home/This\ \ is\ a\ \ \ some\ directory

Put a \ in front of any special characters.  Between This and is there
are 2 spaces, so it's \space\space.
Auto complete should help out here, just hit tab after the first few
letters. If more than one file/directory matches, it'll show you all the
matching examples.

PaulNM
-- 
gentoo-user@gentoo.org mailing list



  parent reply	other threads:[~2006-07-21 19:24 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-21 18:34 [gentoo-user] A directory name with spaces in it? Alexander Fortwinder
2006-07-21 18:49 ` TR3M3R3
2006-07-21 18:49 ` Mike Williams
2006-07-21 19:16   ` Alan
2006-07-21 20:11   ` Alexander Skwar
2006-07-21 18:58 ` PaulNM [this message]
     [not found] ` <200607212107.14944.shrdlu@unlimitedmail.org>
2006-07-21 19:05   ` Justin R Findlay
2006-07-21 20:09 ` Alexander Skwar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=44C123C5.3020105@paulscrap.com \
    --to=gentoo@paulscrap.com \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox