>>>>> "Y" == Yohanes Santoso <ysantoso / jenny-gnome.dyndns.org> writes: Y> Suppose I have cmd=["echo", "*", "*"], I want to unroll this cmd so Y> that when I call system, it calls, in effect, system("echo", "*", Y> "*"). system(*cmd) # `*' before cmd Guy Decoux