From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <3df60f5fdf9f56d2f2790c4530797a7c@quintile.net> From: "Steve Simon" Date: Sun, 22 Jun 2014 07:54:46 +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] (no subject) Topicbox-Message-UUID: fc6a80d2-ead8-11e9-9d60-3106f5b1d025 The ones that have bitten me have been ed, du and ls. I fixed cleanname not to restamp the terminating zero on the string if its already there which makes cleanname(".") work (for ls). du's problem is wrapped in String.h issues and I haven't dug any more. ed is exactly as you say. I assumed the problem was more extensive, berhaps its a non-problem with a couple of tiny fixes. Thanks, -Steve