Help to identify this UNZIP program

 
Thread Tools Search this Thread
Special Forums UNIX and Linux Applications Help to identify this UNZIP program
# 1  
Old 09-28-2011
Help to identify this UNZIP program

Need some help to work what the hell this is...

Code:
(x_)@/home/users/x > ls -l unzip
-rwxr-xr-x   1 x  xx     15232 May 13  2005 unzip

(x_)@/home/users/x > file unzip
unzip:          ELF 32-bit MSB executable SPARC Version 1, dynamically linked, not stripped

(x_)@/home/users/x > ldd unzip
        libCrun.so.1 =>  /usr/lib/libCrun.so.1
        libm.so.1 =>     /usr/lib/libm.so.1
        libw.so.1 =>     /usr/lib/libw.so.1
        libc.so.1 =>     /usr/lib/libc.so.1
        libdl.so.1 =>    /usr/lib/libdl.so.1
        /usr/platform/SUNW,Sun-Fire-V490/lib/libc_psr.so.1


Thing is, with a migration from Solaris 9 to 64-bit SLES10, I need to know what the heck it is to have any chance of finding the Linux version.

Last edited by pludi; 09-28-2011 at 06:29 PM..
# 2  
Old 09-28-2011
'man unzip' yields:
Code:
NAME
       unzip - list, test and extract compressed files in a ZIP archive

SYNOPSIS
       unzip  [-Z] [-cflptTuvz[abjnoqsCDKLMUVWX$/:^]] file[.zip] [file(s) ...]
       [-x xfile(s) ...] [-d exdir]

DESCRIPTION
       unzip will list, test, or extract files from a  ZIP  archive,  commonly
       found  on MS-DOS systems.  The default behavior (with no options) is to
       extract into the current directory (and subdirectories  below  it)  all
       files  from  the  specified ZIP archive.  A companion program, zip(1L),
       creates ZIP archives; both programs are compatible with  archives  cre-
       ated  by  PKWARE's  PKZIP and PKUNZIP for MS-DOS, but in many cases the
       program options or default behaviors differ.

Or look here
# 3  
Old 09-28-2011
Not this version...

Code:
(x_)@/home/users/x > man ./unzip
No manual entry for ./unzip.

/usr/bin/unzip is this...

Code:
(x_)@/usr/bin > ls -l unzip
-r-xr-xr-x   2 root     bin       162180 Apr 15  2002 unzip

Mine is only 15232 bytes! Its used to unzip files coming from an AS400 system, I haven't found anything to open these, even WinZip doesn't recognise the format.

Last edited by pludi; 09-28-2011 at 06:29 PM..
# 4  
Old 09-28-2011
You can't run man on local files, that wouldn't work even if your sun system had a manpage for it.

I don't suppose ./unzip -h yields anything useful?
# 5  
Old 09-29-2011
No, the only option available is -v (verbose)

---------- Post updated at 10:47 AM ---------- Previous update was at 10:43 AM ----------

And when I execute on the Solaris version, I get this...

(x_)@/home/users/x > ./unzip -v ZIPPED_FILE UNZIPPED_FILE
Expanding ZIPPED_FILE to UNZIPPED_FILE
F.BB.B.B...B.......B...............F.BB.B.B...B.......B...............FB.BB..B...B.......B.......... .....FB.BB..B...B.......B...............FB.BB..B...B.......B...............FBB.B..B...B.......B..... ..........FBB.B..B...B.......B...............FBB.B.B....B.......B...............FBB.B.B....B.......B ...............FBB.B.B...B.......B...............F.BB.B.B...B.......B...............FB.BB..B...B.... ...B...............FB.BB..B...B.......B...............FB.BB..B...B.......B...............FBB.B..B... B.......B...............FBB.B..B...B.......B...............FBB.B.B....B.......B...............FBB.B. B....B.......B...............FBB.B.B...B.......B...............F.BB.B.B...B.......B...............F. BB.B.B...B.......B...............FB.BB..B...B.......B...............FB.BB..B...B.......B............ ...FB.BB..B...B.......B...............FBB.B..B...B.......B...............FBB.B.B....B.......B....... ........FBB.B.B....B.......B...............FBB.B.B....B.......B...............FBB.B.B...B.......B... ............F.BB.B.B...B.......B...............FB.BB..B...B.......B...............FB.

Anyone recognise this?
# 6  
Old 10-02-2011
Try using the strings command to see if it yields any copyright information.
Code:
strings unzip

Presumably the AS400 is still going to exist, and be sending zipped files to the new Linux system, then are there any options on the AS400 side to create different format zip files.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Unzip the .zip file without using unzip utility in UNIX

I have .zip file, i want to list all the files archived in the zip file. unzip utility is not working for me in unix. Please help me resolve this issue Thanks ganesh. (3 Replies)
Discussion started by: Ganesh L
3 Replies

2. UNIX for Advanced & Expert Users

Unzip Help

Hello All, I am trying to write a shell script(linux) where it just unzips the abc.zip file in the same folder. If I write unzip abc.zip in my shell script and try to run the shell script I am getting Error : ?Invalid command But when I run the command unzip abc.zip at the command prompt... (5 Replies)
Discussion started by: su2
5 Replies

3. SCO

Unzip

Hi, I have installed Unzip 5.3 on SCO Unix 5.05 Openserver and it successfully installs but when I go to unzip a file by using unzip <filename> I get ksh: unzip: not found . Any ideas?:o (1 Reply)
Discussion started by: twitchmaker
1 Replies

4. UNIX for Advanced & Expert Users

Unzip help

Hi, client is posting a zip file with named as "LM_SEEHERE_-_TMG_905678_20100504.zip". In zip file, inside we have 3 .csv files. how to unzip the file and client needs only "LM_SEEHERE_-_TMG_905678_20100504.csv" the other two files are products.csv,category.csv. They don't want these files... (2 Replies)
Discussion started by: kirankumar
2 Replies

5. Shell Programming and Scripting

How to Unzip a file using unzip utility for files zipped without zip utility ?

Hi, I need to zip/compress a data file and send to a vendor. The vendor does have only unzip utility and can accept only .ZIP files. I do not have zip utility in my server. How do I zip/compress the file so that it can be deflated using unzip command ? I tried gzip & compress commands, but... (1 Reply)
Discussion started by: Sabari Nath S
1 Replies

6. UNIX for Dummies Questions & Answers

Script to open program and send/execute command in program

Hi, i want to write a script that executes a program (exec?) . this program then requires a filename as input. how do i give it this input in the script so the program will be complete run and close by the script. e.g. exec prog.exe program then asks for filename "enter filename:"... (1 Reply)
Discussion started by: tuathan
1 Replies

7. Shell Programming and Scripting

How to Unzip a .ZIP file in Unix without using unzip cmd..?????

Hi All I have ftped a .ZIP file (zipped using WinZip in Windows) to my Unix server (HP-UX). I don't have unzip cmd available in my curent Unix version Please let me know any cmd in UNIX (other than unzip) using which I can unzip this .ZIP file . Please elaborate on the commands aval and... (5 Replies)
Discussion started by: sureshg_sampat
5 Replies

8. UNIX for Dummies Questions & Answers

unzip!!!!!!

Hi, How to find the size of a zipfile after unzipping without unziping it? Pls let me know if anyone has idea abtit. Thanks (1 Reply)
Discussion started by: rags_s11
1 Replies

9. HP-UX

How to Unzip a .ZIP file in Unix without using unzip cmd..?????

Hi All I have ftped a .ZIP file (zipped using WinZip in Windows) to my Unix server (HP-UX). I don't have unzip cmd available in my curent Unix version Please let me know any cmd in UNIX (other than unzip) using which I can unzip this .ZIP file . Please elaborate on the commands aval and... (5 Replies)
Discussion started by: sureshg_sampat
5 Replies

10. UNIX for Advanced & Expert Users

unzip

Is there any way to uncompress files in winzip/pkzip format which contain mulitple members without using the "unzip" command? (9 Replies)
Discussion started by: keroppi
9 Replies
Login or Register to Ask a Question