1752761 Members
5286 Online
108789 Solutions
New Discussion

HP UX zcat

 
SOLVED
Go to solution
pooyan-azad
Occasional Contributor

HP UX zcat

Hey Dear all

i need to use zcat in HPUX?

my files are so many huge and i cant extract these files . its on a big live server .

so could u please help me.

JUST cat file.gz

 

Regards

1 REPLY 1
Patrick Wallek
Honored Contributor
Solution

Re: HP UX zcat

If your files are actually gzip'ed files then you need to use the command 'gzcat' rather than 'zcat'.

 

Something like:

# gzcat file.gz | <do whatever you want to do>