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
zipTesting zipped archivesSubmitted by sandip on Fri, 03/27/2009 - 08:52If 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 6 guests online.
|