First time here? Check out the FAQ!
answered 2012-06-09 14:30:19 +0100
I would use Sage to zip up all the files into one file:
from subprocess import call call("zip -r all.zip %s/*"%DATA,shell=True)