While trying to see the content of a zipped file, I only get information about the zipping process
Solution 1:
Gzip (.gz
) and Zip (.zip
) are two different file formats - you're using the gzip tool on a zip archive.
Try using unzip -lv 2019_02_04 05_01_24_Internal_File_2019_02_04 06_00_02.zip
The output should look something like this:
#unzip -lv test.zip
Archive: test.zip
Length Method Size Cmpr Date Time CRC-32 Name
-------- ------ ------- ---- ---------- ----- -------- ----
528 Defl:N 334 37% 2017-06-19 17:33 b9fd9cb9 test.py
-------- ------- --- -------
528 334 37% 1 file