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 > as a wild card to address

Re: Wild card to address drives

2019-07-18 Thread Andrey Repin
Greetings, Hans-Bernhard Bröker! > Am 18.07.2019 um 10:03 schrieb 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 > And that's precisely your prob

Re: Wild card to address drives

2019-07-18 Thread Hans-Bernhard Bröker
Am 18.07.2019 um 10:03 schrieb 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 And that's precisely your problem. You've now overlaid two mount points o

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. Is there a w