Re: How can I tar each sub-directories inside a directory

2007-03-22 Thread kyosohma
On Mar 22, 1:43 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi, > how can I do > * for each sub-directory of the current directory > * tar that to a tar file > * remove that sub-directory Grab the directories with the glob module and read them into a list. Use a for loop to loop over the

How can I tar each sub-directories inside a directory

2007-03-22 Thread [EMAIL PROTECTED]
Hi, how can I do * for each sub-directory of the current directory * tar that to a tar file * remove that sub-directory -- http://mail.python.org/mailman/listinfo/python-list