From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <8bb72537edfd8b62c14fedcc4ff5d995@vitanuova.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] union directories From: rog@vitanuova.com MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Mon, 3 Mar 2003 13:18:17 +0000 Topicbox-Message-UUID: 76cf235e-eacb-11e9-9e20-41e7f4b1d025 > (Bind -bc 9 9 is like: > > bind 9 9 > bind -bc 9 9 > > hence everything appears twice.) is there a good reason why ls doesn't eliminate duplicates when showing union directories? occasionally it might be useful, but as the default behaviour? come to that, it would be nice if ls -l used a stable sorting algorithm so that it was possible to tell which file attributes were likely to correspond to the file that would be opened under a particular name. i did both of these things in inferno, with no obvious adverse consequences.