Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!mrspoc.transact.com!kayvan From: kayvan@mrspoc.transact.com (Kayvan Sylvan) Newsgroups: gnu.bash.bug Subject: Bug with dynamic filename completion across XenixNet Message-ID: Date: 9 Jan 90 23:34:00 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 16 Running Bash 1.04 on SCO Xenix 2.3.2 (Step/25 i386 box). We have installed XenixNet on this system which basically means that the kernal knows that the syntax //hostname/foo/bar refers to /foo/bar on host named hostname. The problem is that bash will not dynamically complete files that use this syntax. "ls //foo/M-?" should yield the names of files across the net on machine foo. On the other hand, "echo //foo/*" works. Does anyone know of a fix for this? I know the XenixNet nomenclature is a hack... ---Kayvan