1833207 Members
2986 Online
110051 Solutions
New Discussion

Re: compress work dir?

 
Jose Vidal
Advisor

compress work dir?

Anyone know what directory, utilities like compress and gzip use for temporary work files?
Is it $TMPDIR?
3 REPLIES 3
Alan Riggs
Honored Contributor

Re: compress work dir?

I do not believe they stage temporary files in another directory. They either write directly to the uncompressed/unzipped file or write to standard out (if you secify that option).
Alan Riggs
Honored Contributor

Re: compress work dir?

I do not believe they stage temporary files in another directory. They either write directly to the uncompressed/unzipped file or write to standard out (if you secify that option).
Philip Chan_1
Respected Contributor

Re: compress work dir?

I think Alan is correct. To clarify this can't you use glance to watch the gzip process and see what files are being opened?