/ "Weichang Yang" <[EMAIL PROTECTED]> wrote:
| Hi All,
| 
| In cygwin bash, file completion works for relative path, e.g.
|       $ cd path1/path2/pa<tab>
| works fine. But, it doesn't work for absolute path, e.g.
|       $ cd d:/path1/path2/pa<tab>
| wont work.
| 
| Any one knows why? Is it more difficult for absolute path than for relative
| path? Is it because the drive letter?

You need to do cd //d/path1/path2, or '/cygdrive/c/Path..

FAQ http://www.cygwin.com/faq/faq_4.html#SEC33

        /Andy

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

Reply via email to