Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site Glacier.ARPA Path: utzoo!linus!decvax!decwrl!Glacier!conor From: conor@Glacier.ARPA (Conor Rafferty) Newsgroups: net.unix Subject: Re: Which O/S have all the C Shell Bugs? Message-ID: <5618@Glacier.ARPA> Date: Mon, 1-Apr-85 04:00:54 EST Article-I.D.: Glacier.5618 Posted: Mon Apr 1 04:00:54 1985 Date-Received: Sat, 20-Apr-85 01:38:07 EST References: <253@resonex.UUCP> <18100002@hpvclc.UUCP> <12243@watmath.UUCP> Organization: Stanford University, IC Laboratory Lines: 21 > Ah, but does HP-UX also support all the C Shell bugs, as well as the > C Shell itself? From the collection of bugs I've fixed here at Waterloo: limit core 1.0e99 # no limit in this csh set x1=23 ; echo ${x1} # variable syntax - Yes if ( { date >/dev/null } ) echo ha ha # redirection ignored - Yes eval "who|tr 'e' 'x'" # pipe ignored - Yes date | if 1 echo hi ; jobs # spurious job id - Yes setenv USER 'xxx*yyy' ; /bin/csh # gives (null pointer): No match date ; exit ; date ; date ; date # four dates print - Yes setenv xxx "XXX" ; set yyy "YYY" ; echo $#xxx $#yyy # XXX 1 - Yes date | /bin/echo `cat` ; echo never see me # this one got fixed This C-shell differs from the 4.2 shell also in that it has twenex-style command and filename completion. Conor Rafferty conor@su-glacier.arpa 231A Applied Electronics Lab. conor@su-sierra.arpa Stanford University Ca.94305 decwrl!glacier!conor (415)497-1515