Re: recursively archiving files

2007-04-09 Thread Larry Bates
bahoo wrote: > Hi, > > Can I use python to recursively compress files under subdirectories > with a certain format such as "ABC_XXX_XXX.dat" into a .gz or .zip > file? I used to do it with "tar" on unix, but I don't like to put > commands into a single line, as it is often more prone to error. >

recursively archiving files

2007-04-09 Thread bahoo
Hi, Can I use python to recursively compress files under subdirectories with a certain format such as "ABC_XXX_XXX.dat" into a .gz or .zip file? I used to do it with "tar" on unix, but I don't like to put commands into a single line, as it is often more prone to error. Thanks bahoo -- http://m