51 | | # assuming the list is on leslie (it could also be on assata if it's a lists.people-link.net list) |
52 | | ssh root@leslie.mayfirst.org "list_members -f -o <name-of-list>.members.txt <name-of-list> " |
53 | | scp root@leslie.mayfirst.org:<name-of-list>.members.txt . |
54 | | ssh root@leslie.mayfirst.org "rm <name-of-list>.members.txt" |
| 51 | # assuming the list is on leslie (it could also be on assata if it's a lists.people-link.net list).Replace name-of-list with the actual name of the list. |
| 52 | ssh root@leslie.mayfirst.org "list_members -f -o name-of-list" > members.txt" |