Re: Wild card to address drives

2019-07-18 Thread Brian Inglis
On 2019-07-18 02:03, Fergus Daly wrote: > I have > none / cygdrive binary 0 0 > as the only line in the file /etc/fstab to allow for example > $ ls /h/config.sys > instead of the long-hand > $ ls /cygdrive/h/config.sys > In Linux I can type something like > ls /?/ -Ax >

Re: Wild card to address drives

2019-07-18 Thread Andrey Repin
ndows drives. But... $ ls -l /proc/cygdrive lrwxrwxrwx 1 anrdaemon None 0 июл 18 20:17 /proc/cygdrive -> / Why? > Without this, your command would have worked just fine. >> In Linux I can type something like >> ls /?/ -Ax >> as a wild card to address ALL drives, >

Re: Wild card to address drives

2019-07-18 Thread Hans-Bernhard Bröker
d two mount points onto /: the cygdrive tree, and the normal Cygwin root mount. Without this, your command would have worked just fine. > In Linux I can type something like > ls /?/ -Ax > as a wild card to address ALL drives, Not really, as there is no such thing as "drives&quo

Wild card to address drives

2019-07-18 Thread Fergus Daly
I have none / cygdrive binary 0 0 as the only line in the file /etc/fstab to allow for example $ ls /h/config.sys instead of the long-hand $ ls /cygdrive/h/config.sys In Linux I can type something like ls /?/ -Ax as a wild card to address ALL drives, but this does not work in Cygwin