From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <405A1B6A.8050207@swtch.com> From: Russ Cox User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) MIME-Version: 1.0 To: 9fans@cse.psu.edu Subject: Re: [9fans] ls question References: <200403182140.i2ILervN095118@adat.davidashen.net> In-Reply-To: <200403182140.i2ILervN095118@adat.davidashen.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 18 Mar 2004 16:58:02 -0500 Topicbox-Message-UUID: 373a0266-eacd-11e9-9e20-41e7f4b1d025 David Tolpin wrote: >cpu% bind -b tmp tmp >cpu% ls tmp >sam.err >sam.err >cpu% ls tmp/sam.err >tmp/sam.err >cpu% > >I understand why it is so, but is it how it should be? > > Yes. Try this. mkdir a b c d >a/f >b/f bind a c bind -a b c bind a d bind -b b d ls -ln c ls -ln d ls -l c/f ls -l d/f Russ