From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from minnie.tuhs.org (minnie.tuhs.org [45.79.103.53]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 7a05e784 for ; Mon, 6 Jan 2020 22:18:57 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id 870D39BB7B; Tue, 7 Jan 2020 08:18:56 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 6246C9BB66; Tue, 7 Jan 2020 08:18:43 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id B6A579BB66; Tue, 7 Jan 2020 08:18:42 +1000 (AEST) X-Greylist: delayed 479 seconds by postgrey-1.36 at minnie.tuhs.org; Tue, 07 Jan 2020 08:18:42 AEST Received: from mail.bitblocks.com (ns1.bitblocks.com [173.228.5.8]) by minnie.tuhs.org (Postfix) with ESMTP id 659329BB4A for ; Tue, 7 Jan 2020 08:18:42 +1000 (AEST) Received: from bitblocks.com (localhost [127.0.0.1]) by mail.bitblocks.com (Postfix) with ESMTP id DB693156E42D for ; Mon, 6 Jan 2020 14:10:35 -0800 (PST) To: The Eunuchs Hysterical Society In-reply-to: Your message of "Tue, 07 Jan 2020 08:29:30 +1100." References: <202001040258.0042wuic1359237@mail.cs.dartmouth.edu> <1ingL0-5g6-00@marmaro.de> <854eca1c-e5e5-5d8b-f5af-30cd1735096e@case.edu> <3958ec66-c5c0-e1bc-1476-2195907816b3@case.edu> <49E33BA0-C482-4A95-BF2B-2107C661D76B@coraid.com> <202001061546.006Fk6Fb012760@freefriends.org> Comments: In-reply-to Dave Horsfall message dated "Tue, 07 Jan 2020 08:29:30 +1100." From: Bakul Shah MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <31339.1578348635.1@bitblocks.com> Date: Mon, 06 Jan 2020 14:10:35 -0800 Message-Id: <20200106221042.DB693156E42D@mail.bitblocks.com> Subject: Re: [TUHS] sh: cmd | >file X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" On Tue, 07 Jan 2020 08:29:30 +1100 Dave Horsfall wrote: > On Mon, 6 Jan 2020, arnold@skeeve.com wrote: > > > Would anyone who uses Bash regularly, both interactively and > > for scripting, really want to go back to using the V7 sh > > for production work? > > I have never used all the fancy stuff in BASH such as the arithmetic > functions; I still use "expr" etc for portability. > > My favourite shell is still ZSH (the alternative was CSH, and my views on > that POS are well known) because I started using it long before BASH, and > even then I use a fraction of its power. I did dabble with KSH, though (I > needed command editing and history). csh was more convenient as an interactive shell but it was not good for writing scripts & I always used /bin/sh for scripts. I switched from csh to zsh almost since the time it was first posted to alt.sources - over 29 years ago!