Operating System - HP-UX
1834020 Members
2829 Online
110063 Solutions
New Discussion

finding verion of installed zip and unzip on hp unix

 
SOLVED
Go to solution
rbpunix
New Member

finding verion of installed zip and unzip on hp unix

hi all,

Please let me know how to find verion of installed zip and unzip on hp unix.

Regards
RBP
2 REPLIES 2
Robert-Jan Goossens
Honored Contributor
Solution

Re: finding verion of installed zip and unzip on hp unix

Hi,

# zip -v

# what /usr/local/bin/zip

# swlist | grep -i zip

Regards,
Robert-Jan
Paul_481
Respected Contributor

Re: finding verion of installed zip and unzip on hp unix

Hi,

If you are referring to GZIP, run #gzip -V on the command line

this will produce results like this

# gzip -V
gzip 1.2.4 (18 Aug 93)
Compilation options:
DIRENT UTIME STDC_HEADERS HAVE_UNISTD_H
You have mail in /var/mail/root

Hope that helps,

Regards,
Paul