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 autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 25722 invoked from network); 25 Feb 2023 19:28:58 -0000 Received: from minnie.tuhs.org (50.116.15.146) by inbox.vuxu.org with ESMTPUTF8; 25 Feb 2023 19:28:58 -0000 Received: from minnie.tuhs.org (localhost [IPv6:::1]) by minnie.tuhs.org (Postfix) with ESMTP id 1820043134; Sun, 26 Feb 2023 05:28:52 +1000 (AEST) Received: from freefriends.org (freefriends.org [96.88.95.60]) by minnie.tuhs.org (Postfix) with ESMTPS id 7A9C54228B for ; Sun, 26 Feb 2023 05:28:39 +1000 (AEST) X-Envelope-From: arnold@skeeve.com Received: from freefriends.org (freefriends.org [96.88.95.60]) by freefriends.org (8.14.7/8.14.7) with ESMTP id 31PJSXAx004142 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Sat, 25 Feb 2023 12:28:34 -0700 Received: (from arnold@localhost) by freefriends.org (8.14.7/8.14.7/Submit) id 31PJSXc1004140; Sat, 25 Feb 2023 12:28:33 -0700 From: arnold@skeeve.com Message-Id: <202302251928.31PJSXc1004140@freefriends.org> X-Authentication-Warning: frenzy.freefriends.org: arnold set sender to arnold@skeeve.com using -f Date: Sat, 25 Feb 2023 12:28:33 -0700 To: tuhs@tuhs.org, arno.griffioen@ieee.org References: <202302241245.31OCjGrb015310@freefriends.org> In-Reply-To: User-Agent: Heirloom mailx 12.5 7/5/10 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID-Hash: GJOO4VXUJPQWXTFCZGYRPP7NQLPLZBHW X-Message-ID-Hash: GJOO4VXUJPQWXTFCZGYRPP7NQLPLZBHW X-MailFrom: arnold@skeeve.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; 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: Origins of the SGS (System Generation Software) and COFF (Common Object File Format) List-Id: The Unix Heritage Society mailing list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Arno Griffioen via TUHS wrote: > On Fri, Feb 24, 2023 at 05:45:16AM -0700, arnold@skeeve.com wrote: > > With tar and cpio, ar apparently fell out of use as a general > > archiver, and today it's only used for libraries of relocatable > > object files. > > 'ar' is alive and well as the archive format for .deb files though, so it > could be argued that it's actually hugely in use as an archiver all across > the world :) > > Bye, Arno. I wasn't aware of that. Thanks.