Path: csiph.com!weretis.net!feeder8.news.weretis.net!eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail From: Andreas Kohlbach Newsgroups: comp.os.linux.misc Subject: Re: Zip list Date: Thu, 16 Feb 2023 19:21:11 -0500 Organization: A noiseless patient Spider Lines: 24 Message-ID: <87o7pt3zwo.fsf@usenet.ankman.de> References: MIME-Version: 1.0 Content-Type: text/plain Injection-Info: reader01.eternal-september.org; posting-host="1a435dfa0e0db963c5d53ad4eaa097db"; logging-data="3589407"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18Z9UrICITwf9qnq+MshMLg" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) Cancel-Lock: sha1:bVW2kqg3y7bD1HiGQvwadDi+OCs= sha1:Nj1AtSXGNRbHs0pfz/i6zShs1bI= X-No-Archive: Yes Xref: csiph.com comp.os.linux.misc:37080 On Thu, 16 Feb 2023 16:51:58 +0000, Robert Heller wrote: > > At Thu, 16 Feb 2023 16:57:59 +0100 db wrote: > >> >> This might be the wrong ng but anyway... >> I refer to using typed commands in Linux. >> With tar, I can use the option -t to get a list of a >> tarred file's contents. >> I can't however find such an option for zip, so I have >> to go into GUI and click on the zip file to see the contents. >> Am I missing that option, or isn't there one? > > Use unzip: > > unzip -l file.zip > OR > unzip -v file.zip > > (-v is a more verbose listing, with more detail) Didn't knew about -v (not really needed it), always used -l. -- Andreas