Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!cbosgd!gatech!seismo!hao!woods From: woods@hao.UUCP (Greg Woods) Newsgroups: net.bugs.4bsd Subject: Re: - csh weirdness Message-ID: <2045@hao.UUCP> Date: Mon, 7-Apr-86 14:51:34 EST Article-I.D.: hao.2045 Posted: Mon Apr 7 14:51:34 1986 Date-Received: Wed, 9-Apr-86 23:50:54 EST References: <149@wdl1.UUCP> <132@qucis.UUCP> Organization: High Altitude Obs./NCAR, Boulder CO Lines: 9 > I don't see any reason > to write scripts in the C-shell, except for the aforementioned > exercising of masochistic tendencies. I do. csh(1) has a lot of built-in execution, whereas sh(1) has to fork a separate process (test(1)) for every bloody "if" test. Bourne shell scripts, on our poor overloaded VAX 750, are slooooooow. --Greg