Extracting multiple zip files at once

Written By smart| 23 June 2009| No Comment

Extracting multiple zip files using below method

admin@smartproteam$ cat xxfiles.* > xxfilesall.zip

second zip the file again
admin@smartproteam$zip -F xxfilesall.zip

third unzip the now
admin@smartproteam$unzip xxfilesall.zip

Related Posts with Thumbnails

Share With Others

Leave your response!




Comment moderation is enabled. Your comment may take some time to appear.