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 1300 invoked from network); 8 Oct 2020 00:33:37 -0000 Received: from minnie.tuhs.org (45.79.103.53) by inbox.vuxu.org with ESMTPUTF8; 8 Oct 2020 00:33:37 -0000 Received: by minnie.tuhs.org (Postfix, from userid 112) id 306279CFB8; Thu, 8 Oct 2020 10:33:36 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id A20BA9CF6D; Thu, 8 Oct 2020 10:33:15 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id 9B7659CF6D; Thu, 8 Oct 2020 10:33:12 +1000 (AEST) Received: from mcvoy.com (mcvoy.com [192.169.23.250]) by minnie.tuhs.org (Postfix) with ESMTPS id 3CFBF9CF36 for ; Thu, 8 Oct 2020 10:33:12 +1000 (AEST) Received: by mcvoy.com (Postfix, from userid 3546) id C982135E08B; Wed, 7 Oct 2020 17:33:11 -0700 (PDT) Date: Wed, 7 Oct 2020 17:33:11 -0700 From: Larry McVoy To: Dave Horsfall Message-ID: <20201008003311.GD3214@mcvoy.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) 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: The Eunuchs Hysterical Society Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" On Thu, Oct 08, 2020 at 11:18:38AM +1100, Dave Horsfall wrote: > On Wed, 7 Oct 2020, George Michaelson wrote: > > >Possibly wrongly, I judge glob by things like how simple it is, to use > >it doing "rename *.foo to *.bar" or "find filenames with spaces in > >them, and rename to be - separated" > > John "Iron bar" Mackin (may he rest in peace) wrote a shell script "mved" > that implemented PIP-like globs along the lines of "mved =.foo =.bar". I > still have it somewhere, but it probably needs some work on it now; it was > really handy for things like "mved =.c =c.old". I wrote the same thing and strangely enough, I also used = as a * replacement. >From 1987 folks: http://mcvoy.com/lm/move.shar