#!/bin/bash # Alex Dehnert --- 2009-04-24 # Print list members of a list # Takes a container mailing list on the commandline cont=$1 cont=${cont:-ua-lists} blanche $cont | grep ^LIST | sed -e "s/^LIST://"