On Mon, Jan 18, 1999 at 02:02:00AM +0100, [EMAIL PROTECTED] wrote:
> Henning Makholm dixit:
>
> > Have you tried escaping the space in the shell? Either of
> > 
> > cd "/mnt/win95/Program Files"
> > cd /mnt/win95/Program\ Files
> > cd /mnt/win95/Program' 'Files
> > 
> > should work unless there is a bug in the kernel's long filename support.
> 
> also an asterisk works for me:
> 
> cd /mnt/win95/Program*
> 

Or, alternatively, just use the shell's filename competion:

cd /mnt/win95/Prog<TAB>

should reveal

cd /mnt/win95/Program\ Files/

Rob


-- "Consider a spherical bear, in simple harmonic motion..." 
        -- Professor in the UCB physics department

Reply via email to