How can I list the files in a zip archive without decompressing it? February 6, 2023 by Tarik Use unzip with -l option: unzip -l file.zip