- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- about gunzip
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2002 08:52 PM
02-20-2002 08:52 PM
about gunzip
gunzip: stdin: not in gzip format
why gunzip doesnt work?
what should i do
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2002 08:56 PM
02-20-2002 08:56 PM
Re: about gunzip
file omnisv.log
show?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2002 09:00 PM
02-20-2002 09:00 PM
Re: about gunzip
What are you trying to do. Gunzip is to unzip a compressed file.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2002 09:00 PM
02-20-2002 09:00 PM
Re: about gunzip
gzip
This will automatically rename
To uncompress a file
gunzip
Note that you can only 'gunzip' a file which had been 'gzip'ed earlier!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2002 09:39 PM
02-20-2002 09:39 PM
Re: about gunzip
and the WORSE thing to do is to use CAT to pipe a file to any kind of archiving product. If you must use that kind of format, use "dd"::>
dd if=infile | gzip > somefilename
"cat" screws with carriage returns and control characters!
It's one command I wish would go away! Yeah, ok, fine, I'm not a "cat" lover, but I have to live with my wife's cat, and she's bad enough (the cat - that is)!
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2002 10:28 PM
02-20-2002 10:28 PM
Re: about gunzip
One of the right ways is:
#gunzip omnisv.log
This will zip omnisv.log to omnisv.log.gz
in the same directory.
HTH
raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2002 10:29 PM
02-20-2002 10:29 PM
Re: about gunzip
One of the right ways is:
#gunzip omnisv.log
This will zip omnisv.log to omnisv.log.gz
in the same directory.
HTH
raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2002 10:33 PM
02-20-2002 10:33 PM
Re: about gunzip
#gzip omnisv.log will work.
It will zip the file to omnisv.log.gz .
HTH
raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2002 12:16 PM
02-21-2002 12:16 PM
Re: about gunzip
if you go for the "gzip|omnisv.log" approach make sure that Omniback is NOT running any more, and "mv" the file to another place, afterwards, before restarting Omniback again!
Just my $0.02,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2002 05:16 PM
02-21-2002 05:16 PM
Re: about gunzip
Alexander M.Ermes write:
"If you have zipped a file and the zipped file is larger than 2 GB, usually you cannot unzip it.
Here a workaround :
cat file | gunzip > new_file
We use this, when we have zipped ORACLE exports on the flight and want to import these data.
Rgds
Alexander M. Ermes "