From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 29880 invoked from network); 3 Jan 2023 17:20:06 -0000 Received: from minnie.tuhs.org (50.116.15.146) by inbox.vuxu.org with ESMTPUTF8; 3 Jan 2023 17:20:06 -0000 Received: from minnie.tuhs.org (localhost [IPv6:::1]) by minnie.tuhs.org (Postfix) with ESMTP id 7237D42504; Wed, 4 Jan 2023 03:20:00 +1000 (AEST) Received: from darkstar (075-142-133-254.biz.spectrum.com [75.142.133.254]) by minnie.tuhs.org (Postfix) with ESMTPS id 3879042503 for ; Wed, 4 Jan 2023 03:19:55 +1000 (AEST) Received: from darkstar.fourwinds.com (localhost [127.0.0.1]) by darkstar (8.17.1/8.16.1) with ESMTP id 303HJrQp540888 for ; Tue, 3 Jan 2023 09:19:53 -0800 DKIM-Filter: OpenDKIM Filter v2.11.0 darkstar 303HJrQp540888 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fourwinds.com; s=default; t=1672766393; bh=hXiLJuXB/WdDA27Jo94Y7HBEFOFd+QDdowxdDUcbwc0=; h=From:To:Subject:In-reply-to:References:Date:From; b=rfCT91gM9Q6T7g3qJRXru5WK2vuH35De+01yLlvxRDAR7iqahw+MmoAKx/RASYQgP wfk1SU9/h7a3vVmeyXx4afhzHrE/bswI7TXuCuory36vga2EvCO3B9eIVexflPLXqp CvGsLmhjA3O7/yBPXunRqFJzCkH6WSgcrMbiii8Q= Received: from darkstar (jon@localhost) by darkstar.fourwinds.com (8.17.1/8.15.2/Submit) with ESMTP id 303HJq6A540885 for ; Tue, 3 Jan 2023 09:19:53 -0800 Message-Id: <202301031719.303HJq6A540885@darkstar.fourwinds.com> From: Jon Steinhart To: TUHS main list In-reply-to: <3a891e61-a8b1-cfe4-95ab-c60e6ac6eb42@gmail.com> References: <3a891e61-a8b1-cfe4-95ab-c60e6ac6eb42@gmail.com> Comments: In-reply-to Alejandro Colomar message dated "Tue, 03 Jan 2023 16:57:21 +0100." MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <540883.1672766392.1@darkstar> Date: Tue, 03 Jan 2023 09:19:52 -0800 X-JON-SPAM: local delivery Message-ID-Hash: EEVH3EEAUUNJPOMHJN7HH6KMUS32PZWU X-Message-ID-Hash: EEVH3EEAUUNJPOMHJN7HH6KMUS32PZWU X-MailFrom: jon@fourwinds.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-tuhs.tuhs.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.6b1 Precedence: list Subject: [TUHS] Re: A few comments on porting the Bourne shell List-Id: The Unix Heritage Society mailing list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Alejandro Colomar writes: > Well, as time goes by, I'm also writing less and less programs. But only > because I find that I can pipe programs together to do what I want without > having to write a new one. I guess that's a fair reason to not compile :) Wow! Small programs that do one thing and do it well connected together to do more complicated things? What an awesome idea :-) Jon