Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

GUNZIP is not working properly

Status
Not open for further replies.

andre_luis

Super Moderator
Staff member
Joined
Nov 7, 2006
Messages
9,593
Helped
1,190
Reputation
2,399
Reaction score
1,207
Trophy points
1,403
Location
Brazil
Activity points
55,673
Well,

I found a FREE GNU software ( GUNZIP ) to decompress ZIP files.
But it can´t work well, or I´m doing anything wrong ?

Code:
C:\DOCUME~1\Guest\Desktop\l>gunzip L.ZIP
L.ZIP: zip file has more than one entry

C:\DOCUME~1\Guest\Desktop\l>dir

 Folders of C:\DOCUME~1\Guest\Desktop\l
27/12/2010  14:30    <DIR>          .
27/12/2010  14:30    <DIR>          ..
27/12/2010  14:27            37.178 gunzip.exe
19/08/1993  09:53            39.910 GZIP.EXE
27/12/2010  14:16           197.387 L.ZIP
               3 files(s)        274.475 bytes
               2 folders(s) 37.616.959.488 bytes avaliables

C:\DOCUME~1\Guest\Desktop\l>gunzip -h
gunzip 1.0.7 (18 Mar 93)
usage: gunzip [-cdfhLtvV19] [file ...]
 -c --stdout      write on standard output, keep original files unchanged
 -d --decompress  decompress
 -f --force       force overwrite of output file and compress links
 -h --help        give this help
 -L --license     display software license
 -q --quiet       suppress all warnings
 -t --test        test compressed file integrity
 -v --verbose     verbose mode
 -V --version     display version number
 -1 --fast        compress faster
 -9 --best        compress better
 file...          files to (de)compress. If none given, use standard input.

C:\DOCUME~1\Guest\Desktop\l>
 

gzip/gunzip on linux are very stable and work properly.
the problem of having more than entry point arises only in case of dos based systems. as far as i know.
i guess 7zip is also free, if you are using windows better use it.
 

The problem is that I can´t download anything to those computer.
Thanks a lot.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top