Michael R Boudreau wrote:
>
>I need to merge List A into List B. My plan is to run list_members on both
>lists and use the Unix 'uniq' tool to find the members of List A who are not
>already in List B. Then I'll use the web interface's mass subscription page to
>add the members from List A to Li
On 7/21/2010 11:23 AM, Michael R Boudreau wrote:
I need to merge List A into List B. My plan is to run list_members
on both lists and use the Unix 'uniq' tool to find the members of
List A who are not already in List B. Then I'll use the web
interface's mass subscription page to add the members f
Hi all,
I need to merge List A into List B. My plan is to run list_members on both
lists and use the Unix 'uniq' tool to find the members of List A who are not
already in List B. Then I'll use the web interface's mass subscription page to
add the members from List A to List B.
Following that,