mkdir -p //d/lala/lolo does not work ?

Earnie Boyd earnie_boyd@yahoo.com
Fri Jun 1 06:21:00 GMT 2001


Corinna Vinschen wrote:
> 
> On Thu, May 31, 2001 at 05:36:57PM +0200, Olivier Fambon wrote:
> > Hi all,
> >
> > is it just me, or mkdir -p is broken ?
> >
> > Is the // notation still supported ?
> 
> It's deprecated, it's recommended not to use it anymore and it will
> be dropped once and for all in the next Cygwin version.
> 

So instead do
  mkdir -p d:/lala/lolo
or
  mkdir -p /cygdrive/d/lala/lolo

-- 
Earnie.

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list