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=-1.0 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 5282 invoked from network); 16 Feb 2021 21:15:51 -0000 Received: from minnie.tuhs.org (45.79.103.53) by inbox.vuxu.org with ESMTPUTF8; 16 Feb 2021 21:15:51 -0000 Received: by minnie.tuhs.org (Postfix, from userid 112) id A19C29CA7A; Wed, 17 Feb 2021 07:15:48 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 4F51E9C853; Wed, 17 Feb 2021 07:15:14 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id 05D879C853; Wed, 17 Feb 2021 07:15:12 +1000 (AEST) X-Greylist: delayed 518 seconds by postgrey-1.36 at minnie.tuhs.org; Wed, 17 Feb 2021 07:15:11 AEST Received: from yagi.h-net.msu.edu (yagi.h-net.msu.edu [35.9.18.40]) by minnie.tuhs.org (Postfix) with ESMTP id 450369C83A for ; Wed, 17 Feb 2021 07:15:11 +1000 (AEST) Received: from yagi.h-net.org (unknown [127.0.0.1]) by yagi.h-net.msu.edu (Postfix) with ESMTP id B7AF1339771 for ; Tue, 16 Feb 2021 16:06:32 -0500 (EST) X-Virus-Scanned: amavisd-new at example.com Received: from yagi.h-net.msu.edu ([127.0.0.1]) by yagi.h-net.org (yagi.h-net.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id o8LvcHIsXVbh for ; Tue, 16 Feb 2021 16:06:32 -0500 (EST) Received: from yagi.h-net.org (localhost [127.0.0.1]) by yagi.h-net.msu.edu (Postfix) with ESMTP for ; Tue, 16 Feb 2021 16:06:32 -0500 (EST) References: <3987726c-db35-79fc-00cb-5d979cfaf53a@gmail.com> To: tuhs@minnie.tuhs.org From: Dennis Boone In-reply-to: (Your message of Tue, 16 Feb 2021 14:33:05 -0600.) <3987726c-db35-79fc-00cb-5d979cfaf53a@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <96531.1613509592.1@yagi.h-net.org> Date: Tue, 16 Feb 2021 16:06:32 -0500 Message-Id: <20210216210632.B7AF1339771@yagi.h-net.msu.edu> Subject: Re: [TUHS] cut, paste, join, etc. 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" > To my knowledge, I've never used paste or join outside of initially > coming across them. But, they seem to 'fit' with cut. My question for > y'all is, was there a subset of related utilities that these were > part of that served some common purpose? On a related note, join > seems like part of an aborted (aka never fully realized) attempt at a > text based rdb to me... My copy is hiding from me, so I can't be sure, but iirc Bourne's _The Unix System_ (978-0-201-13791-0) had a section on this sort of "text database" and may have discussed the `join` command. De