[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [leafnode-list] Re: ANNOUNCE: leafnode-2.0b5_ma6



Michael Mauch <michael.mauch@xxxxxx> writes:

[...]
> IFS=: 
> while read group x ; do 
>   case "$group" in *!*) continue;; esac 
>   echo "Applying filters for \"$group\":" 
>   applyfilter "$group" 
> done  

Wow. That's a one-liner:

ls -1 /var/spool/news/interesting.groups | xargs -i applyfilter "{}"

How's that? ;-)

-- 
Matthias Andree

-- 
leafnode-list@xxxxxxxxxxxxxxxxxxxxxxxxxxxx -- mailing list for leafnode
To unsubscribe, send mail with "unsubscribe" in the subject to the list