From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: <8dccd34ac2758fcedaf1481352b73342@brasstown.quanstro.net> <7077422.iSNQ4AhyB3@coil> From: =?UTF-8?B?TWFydGluIEvDvGhs?= Date: Fri, 5 Apr 2013 14:35:58 +0200 Message-ID: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Subject: Re: [9fans] Acme script request (was: Acme Edit scriptlets) Topicbox-Message-UUID: 3ec392b2-ead8-11e9-9d60-3106f5b1d025 or using 9p(1): for (num in `{9p ls acme | grep '^[0-9]'}) { if (9p read acme/$num/tag | grep -s '^'$pattern) echo delete | 9p write acme/$num/ctl }