Sujet : Re: Remove entire hierarchy - INN2
De : urs (at) *nospam* buil.tin.org (Urs Janßen)
Groupes : news.software.nntpDate : 16. Jun 2025, 06:12:14
Autres entêtes
Organisation : tin.org
Message-ID : <102o93e$1ve$1@nntp.de>
References : 1
User-Agent : tin/2.6.5-20250519 ("Helmsdale") (Linux/6.1.0-28-amd64 (x86_64))
In Internetado <
internetado@alt119.net> wrote:
Is there a command to delete an entire hierarchy?
Let's say - microsoft.* ?
I'd use (untested!)
#v+
source innshellvars
awk -F ' ' '/^microsoft\./{print "ctlinnd rmgroup "$1}' < $ACTIVE > inspect.me
# less inspect.me
mod-active inspect.me
#v-