If you've got a lot of zip files and need to test it, here's a one liner that can be used to quickly validate the archives:
for x in `ls` ; do zip -T $x ; done | tee /tmp/archive_test.log
Testing zipped archives
Submitted by sandip on Fri, 03/27/2009 - 08:52
If you've got a lot of zip files and need to test it, here's a one liner that can be used to quickly validate the archives: for x in `ls` ; do zip -T $x ; done | tee /tmp/archive_test.log »
|
User loginRecent blog posts
Who's onlineThere are currently 0 users and 7 guests online.
|