Date: Tue, 29 Aug 2000 08:38:57 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Simon cc: djgpp AT delorie DOT com Subject: Re: Help!!! how to enter a directory, which has a space? In-Reply-To: <8ofdiu$o3q@netnews.hinet.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 29 Aug 2000, Simon wrote: > could anyone please tell me how to get in a directory which obtains a apace? > such as 'a b' Surround it with quotes: cd "a b"