bug-fileutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

mkdir -p problem (cygwin)


From: Nigel Berkeley
Subject: mkdir -p problem (cygwin)
Date: Tue, 6 Nov 2001 16:39:02 +0100

I dont know if this bug has been reported or not, but here is the problem:

mkdir -p //c/blah/blahblah

This command fails when I refer to drive C: with the //c/, it just does not
create the dir, and there is no error message to say it failed. But it
should recursively create that dir. It works fine if I do something like
this:

mkdir -p /blah/plah/blah

because then its using the cygwin root.
$ mkdir --version
mkdir (GNU fileutils) 4.0

Thanks,
Nigel




reply via email to

[Prev in Thread] Current Thread [Next in Thread]