Some information about the http://www.gurpsnet.org/Digests archives:
In year 2003, the zip-File contain some of the already existing Digest
Files.
So, that zip-File is obsolete ... and 2003 contains no zip-File anymore.
And 1996 contains a single digest "v01.900" that is not contained in the
zip-Files.
# save the obsolete files - just in case
tar czf ../deleted_indexes.tgz */{index.*,[0-12]?} index.*
# remove the obsolete files
\rm */{index.*,[0-12]?}
# remove the obsolete zip-File
\rm 2003/01.zip
# unzip all zip-Files
for y in * ; do ( cd $y && for z in *.zip ; do unzip $z ; done ; ) ; done
# This gives an error for 2003 as there is no zip-File anymore
# remove all zip-Files
\rm */*.zip
# Save, what we have now:
tar czf ../all_digests.tgz *
Now, i am trying to recreate the mailbox-format ... but that seems to be
a bit harder in that case.
Will write back :)
_______________________________________________
GurpsNet-L mailing list <[email protected]>
http://mail.sjgames.com/mailman/listinfo/gurpsnet-l