From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <8a720f5eef7f37a0d9efa9773de38bfe@plan9.bell-labs.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] spaces in filenames From: "Russ Cox" MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Sat, 1 Jun 2002 10:10:18 -0400 Topicbox-Message-UUID: a3d5a284-eaca-11e9-9e20-41e7f4b1d025 > You should be able to rename it again; maybe you'll need to rename > it in to another directory if there is a bug. BZZT! How do you rename it? When you pass the path to kfs or the kernel, it will tokenize it into 'tmp' 'xxx' 'tmp' 'yyy' instead of 'tmp' 'xxx' '/tmp/yyy' as is necessary.