On Fri, 16 Mar 2001, Sarah K. Miller wrote:
> I want to use config_list to change a couple of parameters on all of
> my lists. I'm not too fond of the idea of having to type the command
> individually for each list. Is there any eaiser way to do it?
you might want to tell us what operating system and especially what
shell (bash, csh, ...) you are using. anyway,
help for
might give you an idea. something along the lines of (for bash)
cd lists ; for v in * ; do my_commands_with $v ; done
should do the job where my_commands_with is a script that does the
config_list thingy.
hth,
-- Andreas
------------------------------------------------------
Mailman-Users maillist - [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users