![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| gunzip error - not in gzip format | eagercyber | UNIX for Dummies Questions & Answers | 5 | 05-29-2008 12:58 AM |
| gunzip question | devs | UNIX for Dummies Questions & Answers | 3 | 03-26-2007 10:54 PM |
| error using gunzip | Keyser Soze | HP-UX | 3 | 02-24-2005 10:34 AM |
| gunzip error | mccoubreyr | UNIX for Dummies Questions & Answers | 3 | 01-16-2004 10:34 AM |
| Gunzip | CreamHarry | UNIX for Dummies Questions & Answers | 4 | 06-04-2002 02:27 PM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
gunzip error
I am trynig to unzip a file with gunzip, and am getting an error 'File too large'. Any ideas on how to get around this?
|
| Forum Sponsor | ||
|
|
|
||||
|
Do you know what version of gunzip it is? Maybe it's an older version that couldn't deal with large files... you can try here for newer versions: ftp://alpha.gnu.org/gnu/gzip/
You could also try: gzcat filename.gz > filename at the prompt .. I pulled that suggestion off another message board, but I don't know for sure if it works or not... |