| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
| List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT sources DOT redhat DOT com |
| Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
| To: | cygwin AT cygwin DOT com |
| Subject: | mkdir -p //d/lala/lolo does not work ? |
| From: | Olivier Fambon <Olivier DOT Fambon AT inrialpes DOT fr> |
| Date: | 31 May 2001 17:36:57 +0200 |
| Message-ID: | <87pucpr0me.fsf@inrialpes.fr> |
| Lines: | 51 |
| User-Agent: | Gnus/5.090003 (Oort Gnus v0.03) XEmacs/21.1 (Bryce Canyon) |
| MIME-Version: | 1.0 |
Hi all,
is it just me, or mkdir -p is broken ?
Is the // notation still supported ?
[hahutu:~] > mkdir -p //d/lala/lolo
[hahutu:~] > ls -l //d/lala/lolo
ls: //d/lala/lolo: No such file or directory
[hahutu:~] > mount
E:\bin on /usr/bin type system (binmode)
E:\lib on /usr/lib type system (binmode)
E: on / type system (binmode)
c: on /cygdrive/c type system (binmode,noumount)
d: on /cygdrive/d type system (binmode,noumount)
f: on /cygdrive/f type system (binmode,noumount)
[hahutu:~] > cygcheck -s
...
Cygwin DLL version info:
dll major: 1003
dll minor: 2
dll epoch: 19
dll bad signal mask: 19005
dll old termios: 5
dll malloc env: 28
api major: 0
api minor: 39
shared data: 3
dll identifier: cygwin1
mount registry: 2
cygnus registry name: Cygnus Solutions
cygwin registry name: Cygwin
program options name: Program Options
cygwin mount registry name: mounts v2
cygdrive flags: cygdrive flags
cygdrive prefix: cygdrive prefix
cygdrive default prefix:
build date: Sun May 20 23:28:17 EDT 2001
shared id: cygwin1S3
...
Works with /cygdrive/d/ though...
[hahutu:~] > mkdir -p /cygdrive/d/lala/lolo
[hahutu:~] > ls -l //d/lala/lolo/
total 0
A+O [not on the list]
--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |