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=-1.2 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,DKIM_VALID_EF,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 13471450 for ; Tue, 1 Jan 2019 02:25:16 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id 484C0AF365; Tue, 1 Jan 2019 12:25:15 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 48997AF36C; Tue, 1 Jan 2019 12:24:54 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=tuhs.org; s=dkim; t=1546309507; bh=LL4wqBH0XFxDljaMkcybg/luqd6ksepz0E3Ct2fSVLs=; h=Resent-From:Resent-Date:Resent-To:Date:From:To:References: In-Reply-To:Subject:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=BM+SlGb+r8FvW55b4vxIjE+x9KHxfP7TUeG1M0hguu8LNEg8kRN6G2hAtVu91dBN1 rMwiNNkHK4pjk4drTFr2zYQyD34CuW63a0CE3aPTpTytz+EsgIOwkse8Y8PedZLGKg 5sLSbvoET7c2NWPvhPOjasCrYUSkNl0ptXYDT35U= Received: by minnie.tuhs.org (Postfix, from userid 1000) id 564C794140; Tue, 1 Jan 2019 12:24:52 +1000 (AEST) Resent-From: Warren Toomey Resent-Date: Tue, 1 Jan 2019 12:24:52 +1000 Resent-Message-ID: <20190101022452.GA32082@minnie.tuhs.org> Resent-To: tuhs@tuhs.org Date: Tue, 1 Jan 2019 12:17:29 +1000 From: Warren Toomey To: Nigel Williams Message-ID: <20190101021729.GA30993@minnie.tuhs.org> References: <7AEB778A-EBC9-4A89-8E3B-A771FF5FC9B3@ccc.com> <20181231233605.GA1837@minnie.tuhs.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [TUHS] Useful Unix tools + Usenix tapes 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, Jan 01, 2019 at 01:08:19PM +1100, Nigel Williams wrote: > Regarding these aggregates (tapes, zips, tars etc) can we consider the > option please of having them unpacked into their tree structure so a > search-engine can index the content? Argh! I'm mindful of the disk space on my system and also on the mirrors. How about I write a script that unpacks and builds a table of contents list for all the tarball and Zip files in the archive. It would run regularly and leave a text file in the Archive root. Cheers, Warren