From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Tolpin Message-Id: <200403190824.i2J8OuSG097774@adat.davidashen.net> To: 9fans@cse.psu.edu Subject: Re: [9fans] ls, rc question -- proposed change to rc/glob.c In-Reply-To: <200403190818.i2J8IgUU097747@adat.davidashen.net> Date: Fri, 19 Mar 2004 12:24:56 +0400 Topicbox-Message-UUID: 37fdfb6c-eacd-11e9-9e20-41e7f4b1d025 If 'echo /dev/user*' returns two-element list (if there are two files there), then 'echo /dev/user' should return a two-element list too, if one cares about kernel semantics in shell behavior. If, however, it is just globbing, both should return one element.