1838612 Members
3139 Online
110128 Solutions
New Discussion

unzip 5.41

 
SOLVED
Go to solution
chapaya_1
Frequent Advisor

unzip 5.41

Hi ,
I have a unzip install allready on my machine ,
i don't see it it swlist ,
how can i know what version i have ?
where i can find unzip 5.41 ?

BYE
4 REPLIES 4
Mark Grant
Honored Contributor
Solution

Re: unzip 5.41

"unzip -v" will show you the version.

Just for information, unzip 5.50 is available here

http://hpux.connect.org.uk/hppd/hpux/Misc/unzip-5.50/

Not sure where you would find 5.41. Do you really need that one?
Never preceed any demonstration with anything more predictive than "watch this"
H.Merijn Brand (procura
Honored Contributor

Re: unzip 5.41

I have unzip-5.50 binary available on my site, but not as a depot. Only software installed from depots show with swlist

a5:/u/usr/merijn 103 > unzip --version
caution: both -n and -o specified; ignoring -o
UnZip 5.50 of 17 February 2002, by Info-ZIP. Maintained by C. Spieler. Send
bug reports to the authors at Zip-Bugs@lists.wku.edu; see README for details.

Usage: unzip [-Z] [-opts[modifiers]] file[.zip] [list] [-x xlist] [-d exdir]
Default action is to extract files in list, except those in xlist, to exdir;
file[.zip] may be a wildcard. -Z => ZipInfo mode ("unzip -Z" for usage).

-p extract files to pipe, no messages -l list files (short format)
-f freshen existing files, create none -t test compressed archive data
-u update files, create if necessary -z display archive comment
-x exclude files that follow (in xlist) -d extract files into exdir

modifiers: -q quiet mode (-qq => quieter)
-n never overwrite existing files -a auto-convert any text files
-o overwrite files WITHOUT prompting -aa treat ALL files as text
-j junk paths (do not make directories) -v be verbose/print version info
-C match filenames case-insensitively -L make (some) names lowercase
-X restore UID/GID info -V retain VMS version numbers
-M pipe through "more" pager
Examples (see unzip.txt for more info):
unzip data1 -x joe => extract all files except joe from zipfile data1.zip
unzip -p foo | more => send contents of foo.zip via pipe into program more
unzip -fo foo ReadMe => quietly replace existing ReadMe if archive file newer
Exit 10
a5:/u/usr/merijn 104 >

My HP ITRC site pages can be found at (please use LA as primary choice):

USA Los Angeles http://mirrors.develooper.com/hpux/
SGP Singapore https://www.beepz.com/personal/merijn/
USA Chicago http://ww.hpux.ws/merijn/
NL Hoofddorp http://www.cmve.net/~merijn/

Enjoy, have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn
chapaya_1
Frequent Advisor

Re: unzip 5.41

Thanks .

How do i reinstall /remove the previous version ?

BYE
H.Merijn Brand (procura
Honored Contributor

Re: unzip 5.41

If you now use a depot, and the previous was from a depot, you don't have to uninstall

if the previous was from a prebuilt binary, just remover it with 'rm'

Enjoy, Have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn