27 Jul
2006
27 Jul
'06
3:58 a.m.
Eric Oye wrote:
But wat if i have lots of list in my server. Is impossible for me to remove the members by entering the list name one by one.
bin/remove_members -f /path/to/textfile -n -N listname
#!/bin/sh
for list in ls lists
do bin/remove_members -f /path/to/textfile -n -N $list
done
-- Mark Sapiro <msapiro@value.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan