From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <2c42932f5bb869c19c26b58bead98222@quintile.net> From: "Steve Simon" Date: Fri, 3 Oct 2008 19:42:53 +0100 To: 9fans@9fans.net In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] control-F completion question Topicbox-Message-UUID: 16e838b4-ead4-11e9-9d60-3106f5b1d025 rio does its magic ( expanding filenames) by consulting /dev/wdir, thus any way you can keep wdir up to date will allow to work, (and the plumber to find files). You can even use u9fs (or sftpfs) to connect to a unix box and ssh to connect to a remote unix host, and plumb files (or use to expand file names), this parses the current directory embedded in the unix host's prompt - see rwd(1). I have a similar system for accessing windows servers and windows workstations, though I use my own server on the workstation rather than openssh. -Steve