- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: uncompress
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
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
11-29-2005 08:22 PM
11-29-2005 08:22 PM
I have small query.. I want to uncompress a .Z file. I don't have sufficient space in my filesystem. In anothe rfilesystem i have sufficient space. How to go about
1) How to uncompress and save the output file in the same directory, temporarily using the space of other filesystem?
2) how to uncompress a file and saving the output to a different filesystem using temporary space of other filesystem only?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2005 08:25 PM
11-29-2005 08:25 PM
Re: uncompress
2. uncompress "file" > /other_fs/uncompressed_file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2005 08:32 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2005 08:35 PM
11-29-2005 08:35 PM
Re: uncompress
#uncompress
#compress -f
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2005 08:40 PM
11-29-2005 08:40 PM
Re: uncompress
Example:
/tmp/test/file.Z
You are going to uncompress file.Z within /tmp/test file then,
create a file as,
# ln -s
# zcat file.Z > file.log
file.log will use only 13 or 12 byte space.
2) you can achive by redirecting output to another file system file (as said in prev post).
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2005 08:59 PM
11-29-2005 08:59 PM
Re: uncompress
Thanks for all your replies.
Before posting the query itself, i have tried the below option without any luck.
uncompress
I will try other options and let you know.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2005 09:07 PM
11-29-2005 09:07 PM
Re: uncompress
uncompress
may be a change of noclobber enabled.
Are you getting error messages more. post that.
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2005 09:20 PM
11-29-2005 09:20 PM
Re: uncompress
below command did the trick.
# zcat