Hi,

> The problem is that in the zip, there are no friendly file names.  There
> are folders with issues as names, but within each folder are files named
> 00001, 00002, 00003 with no suffix.
That's a little ugly.

What about all small files as a start?
find . -size -10k -exec tar -Pvrf code.tar {} +

Justin

Reply via email to