Throw in a
* Stefan Förster <cite at incertum.net> wrote:
> list_lists | awk '(NR > 1){print $1}' | while read line; do
> echo "List: $line"
list_admins "$line"
> list_members -f "$line"
> done
exactly there ;)
And ofc, this now assumes that list_admins is in your $PATH, too.
Cheers
Stefan