Unzip - percentage of uncompression

Hi Experts,

Recently i have faced couple of issues in uncompressing a file. File is is not getting uncompressed fully.i.e. E.g. say if the file has 1000 lines , it uncompresses 100 lines and finishes with out error.

is there a way to check the percentage of uncompression done by the unzip command ? based on this result, i have to falg an alert.

I have checked unzip man pages but verbose mode is not giving the percentage of uncompression done.

Any pointers?

I am using Linux.

Thanks in advance.

Can you show us the output from a failure? Something like all the output from:-

df -k .
your unzip command here
echo $?                            # Show return code of your unzip command.
ls -l input_zip_file unzipped_file
df -k .

Please paste the output in CODE tags to make it easier to read and preserve multiple spaces.

Thanks, in advance,
Robin