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 74dda8d2 for ; Tue, 1 Jan 2019 08:18:47 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id 5C933AF37F; Tue, 1 Jan 2019 18:18:45 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 47AB5AF364; Tue, 1 Jan 2019 18:18:11 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=tuhs.org; s=dkim; t=1546330718; bh=+RyXQG6fryHDZdLN6b9o2tpDEe4CgkvLsRbV+8SIfbM=; h=Date:From:To:References:In-Reply-To:Subject:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: Cc:From; b=s5RCqbexb5RWXP3iiRVaWoJuTLDNc9F1Ki8Fh/2JjfwVOVW5XxYXFOl2kyWum93by 7zLmMqz2zdJH5P21GHrmjJFD4KP2BlhxinShRhZv2pZxkycNZ1EMsNYUBZtUKJYXgs k3o9fujLYWs+IEc9KvlKFH+uNlsnqPWXLia8ilLY= Received: by minnie.tuhs.org (Postfix, from userid 1000) id 1E85B9B5D5; Tue, 1 Jan 2019 18:18:09 +1000 (AEST) Date: Tue, 1 Jan 2019 18:18:09 +1000 From: Warren Toomey To: Nigel Williams Message-ID: <20190101081809.GA15875@minnie.tuhs.org> References: <7AEB778A-EBC9-4A89-8E3B-A771FF5FC9B3@ccc.com> <20181231233605.GA1837@minnie.tuhs.org> <20190101021729.GA30993@minnie.tuhs.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190101021729.GA30993@minnie.tuhs.org> 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: , Cc: tuhs@tuhs.org Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" On Tue, Jan 01, 2019 at 12:17:29PM +1000, Warren Toomey wrote: > 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. Done. It seems to work, but let me know if there are small issues. The file is generated daily and is at: https://www.tuhs.org/Archive/tarball_tocs.txt.gz Cheers, Warren