Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.os.linux.misc > #37075

Re: Zip list

From Fritz Wuehler <fritz@spamexpire-202302.rodent.frell.theremailer.net>
Subject Re: Zip list
References <tsljq79q0j@dont-email.me>
Message-ID <04bc18e4513d67a4d6fbf3609f14af3f@msgid.frell.theremailer.net> (permalink)
Date 2023-02-16 18:13 +0100
Newsgroups comp.os.linux.misc
Organization dizum.com - The Internet Problem Provider

Show all headers | View raw


db <dieterhansbr...@gmail.com> [d]:
d> [how to] get a list of [zip file] contents

What's wrong with either `unzip -l', or `7z l'?

$ unzip -v | head -1
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
$ unzip -l abc.zip 
...

$ 7z -? 2>&1 | grep -B1 Version
7-Zip [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
p7zip Version 16.02 (...)
$ 7z l abc.zip 
...

Back to comp.os.linux.misc | Previous | Next | Find similar


Thread

Re: Zip list Fritz Wuehler <fritz@spamexpire-202302.rodent.frell.theremailer.net> - 2023-02-16 18:13 +0100

csiph-web