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=0.0 required=5.0 tests=none autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 30679 invoked from network); 23 Aug 2021 19:19:17 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 23 Aug 2021 19:19:17 -0000 Received: from mimir.eigenstate.org ([206.124.132.107]) by 1ess; Mon Aug 23 13:02:42 -0400 2021 Received: from abbatoir.myfiosgateway.com (pool-74-108-56-225.nycmny.fios.verizon.net [74.108.56.225]) by mimir.eigenstate.org (OpenSMTPD) with ESMTPSA id 5f14d08f (TLSv1.2:ECDHE-RSA-AES256-SHA:256:NO) for <9front@9front.org>; Mon, 23 Aug 2021 09:55:46 -0700 (PDT) Message-ID: <133E5FC5E7881988426C146233AB5F7D@eigenstate.org> To: 9front@9front.org Date: Mon, 23 Aug 2021 12:55:44 -0400 From: ori@eigenstate.org In-Reply-To: <8b7fd75a-c7f2-476a-8872-aa42e6d07eb0@www.fastmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: abstract responsive GPU locator Subject: Re: [9front] [PATCH] awk: add %q format for quoted strings (see quote(2)) Reply-To: 9front@9front.org Precedence: bulk Quoth james palmer : > this one comes in handy for building bulk rename scripts. > patch for git/import attached. > > - james > I think it makes sense to add this, though I'm not sure how much we want to diverge from upstream. Ape would get this by accident, but it's a superset of what posix needs. going the other way would also be neat: ls -l | awk -Q {print $NF}