For years I have overwritten the content of the default /etc/fstab with the 
one-liner
none / cygdrive binary 0 0
thus allowing drivenames of the style /d/ instead of /cygdrive/d/
which syntax is (2nd) shorter but mainly (1st) easily mimics Linux syntax 
making scripts
mutually transferable.
However using the syntax /?/ to address all drives as in (say)
$ rm -vrf /?/today/tmp
or all similar, fails. Is there a way to render /?/ intelligible to Cygwin
(maybe by rewriting /etc/fstab, again)?
Thank you! 

-- 
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

Reply via email to