Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!philabs!cmcl2!harvard!talcott!panda!teddy!jpn From: jpn@teddy.UUCP Newsgroups: net.unix-wizards,net.bugs.4bsd Subject: Re: Re: C-Shell weirdness Message-ID: <2365@teddy.UUCP> Date: Fri, 28-Mar-86 06:31:07 EST Article-I.D.: teddy.2365 Posted: Fri Mar 28 06:31:07 1986 Date-Received: Sun, 20-Apr-86 14:51:21 EST References: <676@nbires.UUCP> <2021@hao.UUCP> <196@cfa.UUCP> Reply-To: jpn@teddy.UUCP (John P. Nelson) Distribution: net Organization: GenRad, Inc., Concord, Mass. Lines: 12 >> set hosed >> echo $#hosed >> >> THEN you will get 0. > >Small problem: on my system (Ultrix 32m 1.1) the above gives 1, not 0. Uh, all csh variables (except argv) will always have ONE element unless you used the set notation when setting their value. The way to create a variable with zero elements is: set hosed = ()