How to obtain only fully decompressed files in destination folder when decompressing zipped file?
2
votes
1
answer
209
views
I'm trying to decompress a big zip file containing more that a hundred files, 128 MB each. When the decompression is interrupted, I have to delete the last file that was being decompressed, and restart all over with the option to skip existing files enabled, like so:
unzip -n my_compressed_file.zip -d destination
Is there a way to decompress zip files so that only those fully decompressed files appear in the destination directory?
Asked by ery245gs
(123 rep)
Nov 6, 2018, 12:04 PM
Last activity: Nov 6, 2018, 01:21 PM
Last activity: Nov 6, 2018, 01:21 PM