hello, i have downloaded a file whose format is .ps.gz
yet, if i try to decompress it via the command:
Code:
gunzip filename.ps.gz
i get the following:
Code:
gunzip: /filename.ps.gz: not in gzip format
if i try to gather information about the file i get
Code:
file filename.ps.gz
/buczak98.ps.gz: PostScript document text conforming at level 3.0
so what is the format of the file?
how can i decompress it?
Thans you!