Operating System - HP-UX
1819929 Members
3149 Online
109607 Solutions
New Discussion юеВ

Extract files from extension .std.Z

 
SOLVED
Go to solution
Shermaine Yvonne Tan
Occasional Advisor

Extract files from extension .std.Z

How to restore file with extention *.std.Z?
I have gunzip it to *.std but how do I extract it from here.
I am using HP-UX 11.0.
Points will be awarded.. have a great wkend...
6 REPLIES 6
Joseph Loo
Honored Contributor

Re: Extract files from extension .std.Z

hi (see i told u we meet again),

check what file is *.std:

# file

regards.
what you do not see does not mean you should not believe
Hemanth Gurunath Basrur
Honored Contributor

Re: Extract files from extension .std.Z

Hello,

Try to use the command tar -xvf *.std and check if it works!

HTH.

Regards,
Hemanth
Shermaine Yvonne Tan
Occasional Advisor

Re: Extract files from extension .std.Z

Hi Joseph, will you be able to provide me with idea of how to restore these Data file... thanks..
Joseph Loo
Honored Contributor

Re: Extract files from extension .std.Z

hi,

have u check what type of file they are using filename command?

if it is a tar file, use "tar -xvf ".

regards.
what you do not see does not mean you should not believe
Shermaine Yvonne Tan
Occasional Advisor

Re: Extract files from extension .std.Z

Hi Hemanth, with the command it returns checksum errors.
Sanjay Kumar Suri
Honored Contributor
Solution

Re: Extract files from extension .std.Z

.Z files are created with the compress command. Try uncompress

#uncompress *.std.Z

sks

A rigid mind is very sure, but often wrong. A flexible mind is generally unsure, but often right.