Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site watmath.UUCP Path: utzoo!watmath!idallen From: idallen@watmath.UUCP Newsgroups: net.unix Subject: Which O/S have all the C Shell Bugs? Message-ID: <12243@watmath.UUCP> Date: Fri, 29-Mar-85 03:01:37 EST Article-I.D.: watmath.12243 Posted: Fri Mar 29 03:01:37 1985 Date-Received: Fri, 29-Mar-85 05:41:31 EST References: <253@resonex.UUCP> <18100002@hpvclc.UUCP> Reply-To: idallen@watmath.UUCP (Ian! D. Allen) Organization: U of Waterloo, Ontario Lines: 14 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 # core dumps set x1=23 ; echo ${x1} # variable syntax if ( { date >/dev/null } ) echo ha ha # redirection ignored eval "who|tr 'e' 'x'" # pipe ignored date | if 1 echo hi ; jobs # spurious job id setenv USER 'xxx*yyy' ; /bin/csh # core dumps date ; exit ; date ; date ; date # four dates print setenv xxx "XXX" ; set yyy "YYY" ; echo $#xxx $#yyy # XXX 1 date | /bin/echo `cat` ; echo never see me # hangs -- -IAN! (Ian! D. Allen) University of Waterloo