× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Thanks Folks, if I run the jar in batch it doesn't go to an outfile or qprint, is that possible?



-----Original Message-----
From: Scott Klement <midrange-l@xxxxxxxxxxxxxxxx>
To: Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxx>
Sent: Thu, May 17, 2012 2:07 pm
Subject: Re: How to read the contents of a zip file without unzipping it?


These can be run via QShell, and are alternatives (you only need one of
hem, not all of them)
With JAR:
jar -t httpapi.zip
With AJAR:
ajar -l httpapi.zip
With Info-Zip:
unzip -l httpapi.zip
With 7-Zip
7z l httpapi.zip
The last two (InfoZip/7-Zip) are not included with the system, but can
e installed for free in PASE. These last two options run the fastest,
y far, on my system. The 'jar' tool runs very, very slowly, on my
ystem (to the point where I find it nearly unusable)
These are run via the QShell interface, and can be run from a program
nd output to a file if desired. (You could then read the file to read
he contents into a program.)
You could also run them with my (open source) UNIXCMD tool to make it
asy to read into a program without any need for a temporary file.
ttp://www.scottklement.com/unixcmd
-SK
On 5/17/2012 9:56 AM, fbocch2595@xxxxxxx wrote:
Hi Folks, we get zip files from a biz partner containing 1000 files. We want
o see a listing of these 1000 files without unzipping the zip. Is that
ossible? If so, how?
Thanks, Frank

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.