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 7118 invoked from network); 6 Oct 2020 15:45:01 -0000 Received: from minnie.tuhs.org (45.79.103.53) by inbox.vuxu.org with ESMTPUTF8; 6 Oct 2020 15:45:01 -0000 Received: by minnie.tuhs.org (Postfix, from userid 112) id D397E9CF30; Wed, 7 Oct 2020 01:44:57 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 40A889CE97; Wed, 7 Oct 2020 01:44:24 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id B07129CE97; Wed, 7 Oct 2020 01:44:21 +1000 (AEST) Received: from mercury.lcs.mit.edu (mercury.lcs.mit.edu [18.26.0.122]) by minnie.tuhs.org (Postfix) with ESMTPS id 3657A9CE93 for ; Wed, 7 Oct 2020 01:44:21 +1000 (AEST) Received: by mercury.lcs.mit.edu (Postfix, from userid 11178) id 2C93C18C099; Tue, 6 Oct 2020 11:44:20 -0400 (EDT) To: tuhs@tuhs.org Message-Id: <20201006154420.2C93C18C099@mercury.lcs.mit.edu> Date: Tue, 6 Oct 2020 11:44:20 -0400 (EDT) From: jnc@mercury.lcs.mit.edu (Noel Chiappa) Subject: Re: [TUHS] Origins of globbing 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: jnc@mercury.lcs.mit.edu Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" > From: John Cowan > Unfortunately, glob never got its own man page Errr: https://www.tuhs.org/cgi-bin/utree.pl?file=V6/usr/man/man8/glob.8 Not the most comprehensive document, but that plus the source would be complete. Noel