Sponsored Content
Special Forums UNIX and Linux Applications Help to identify this UNZIP program Post 302560185 by JustJus on Thursday 29th of September 2011 05:47:27 AM
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?
 

10 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

5. 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

6. 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

7. 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

8. 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

9. 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

10. 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
FBB::LocalSocketBase(3bobcat)				Base class for Unix Domain sockets			     FBB::LocalSocketBase(3bobcat)

NAME
FBB::LocalSocketBase - Base class for Unix Domain socket-constructing classes SYNOPSIS
#include <bobcat/localsocketbase> Linking option: -lbobcat DESCRIPTION
This class is a base class for the FBB::LocalServerSocket and FBB::LocalClientSocket classes. Since it is designed as a base class, its constructor is protected. All its remaining members are protected as well. NAMESPACE
FBB All constructors, members, operators and manipulators, mentioned in this man-page, are defined in the namespace FBB. INHERITS FROM
- PROTECTED CONSTRUCTOR
o LocalSocketBase(): The default constructor merely constructs a FBB::LocalSocketBase object. Before the object can be used, its open() member must be called first. o LocalSocketBase(string const &name): This constructor creates a LocalSocketBase using the file specified in name as the Unix domain socket interface. If the socket could not be constructed, an FBB::Errno exception is thrown. The copy constructor is not available. PROTECTED MEMBER FUNCTIONS
o open(string const &name): This member initiaizes a LocalSocketBase object following its construction using the default constructor. The file specified in name is used as the Unix domain socket interface. If the socket could not be constructed, an FBB::Errno exception is thrown. o size_t size() const: Accessor returning the size of the object's sockaddr_un (address) o int socket() const: This accessor returns the FBB::LocalSocketBase's socket value. o sockaddr const *sockaddrPtr() const: Accessor returning the pointer to the object's sockaddr. EXAMPLE
See the examples presented with the localclientsocket(3bobcat) and localserversocket(3bobcat) classes. FILES
bobcat/localsocketbase - defines the class interface SEE ALSO
bobcat(7), localclientsocket(3bobcat), localserversocket(3bobcat), socketbase(3bobcat) BUGS
None Reported. DISTRIBUTION FILES
o bobcat_3.01.00-x.dsc: detached signature; o bobcat_3.01.00-x.tar.gz: source archive; o bobcat_3.01.00-x_i386.changes: change log; o libbobcat1_3.01.00-x_*.deb: debian package holding the libraries; o libbobcat1-dev_3.01.00-x_*.deb: debian package holding the libraries, headers and manual pages; o http://sourceforge.net/projects/bobcat: public archive location; BOBCAT
Bobcat is an acronym of `Brokken's Own Base Classes And Templates'. COPYRIGHT
This is free software, distributed under the terms of the GNU General Public License (GPL). AUTHOR
Frank B. Brokken (f.b.brokken@rug.nl). libbobcat1-dev_3.01.00-x.tar.gz 2005-2012 FBB::LocalSocketBase(3bobcat)
All times are GMT -4. The time now is 09:06 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy