On Fri, 10 Jan 2003 15:03:28 EST, Listserv Admin <[log in to unmask]>  said:
> On Fri, 10 Jan 2003, Stephen C. Nill wrote:
>
> > What I need
> > is a way to have LISTSERV return all subscribers to all lists in one
> > listing of subscribers.
>
> I don't know what you are running listserv on, but on solaris, from the
> home directory, the command, "listview -e *.list" will give you exactly
> what you say you need; all subscribers in all lists in one listing.

If you have a *lot* of lists, you may need:

find . -name '*.list' | xargs listview -e

BTDTGTT. ;)