9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] compress(1) missing?
@ 2002-09-30 18:39 Skip Tavakkolian
  2002-10-02  3:23 ` Andrey S. Kukhar
  0 siblings, 1 reply; 4+ messages in thread
From: Skip Tavakkolian @ 2002-09-30 18:39 UTC (permalink / raw)
  To: 9fans

I need it to decompress a .Z file.



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [9fans] compress(1) missing?
  2002-09-30 18:39 [9fans] compress(1) missing? Skip Tavakkolian
@ 2002-10-02  3:23 ` Andrey S. Kukhar
  0 siblings, 0 replies; 4+ messages in thread
From: Andrey S. Kukhar @ 2002-10-02  3:23 UTC (permalink / raw)
  To: 9fans

Plan 9 system don`t have neither compress nor uncompress utils, for
uncompressing *.Z files you can use gunzip, but you can`t create *.Z archives
by using gzip.

-ask


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [9fans] compress(1) missing?
@ 2002-10-01 21:04 Russ Cox
  0 siblings, 0 replies; 4+ messages in thread
From: Russ Cox @ 2002-10-01 21:04 UTC (permalink / raw)
  To: 9fans

> Plan 9 system don`t have neither compress nor uncompress utils, for
> uncompressing *.Z files you can use gunzip, but you can`t create *.Z archives
> by using gzip.

as geoff points out, this is true of the unix gzip
but not the plan 9 gzip.  one tool for each format.



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [9fans] compress(1) missing?
@ 2002-10-01 20:24 Geoff Collyer
  0 siblings, 0 replies; 4+ messages in thread
From: Geoff Collyer @ 2002-10-01 20:24 UTC (permalink / raw)
  To: 9fans

That's what I thought at first, but it doesn't work:

; file antiword-0.33.tar.Z
antiword-0.33.tar.Z: compressed
; gunzip <antiword-0.33.tar.Z >/dev/null
gunzip: <stdin>: bad gzip file magic
; gunzip *.Z
gunzip: antiword-0.33.tar.Z is not a gzip deflate file

So I just dug up a copy of compress and compiled it under APE.



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-10-02  3:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-30 18:39 [9fans] compress(1) missing? Skip Tavakkolian
2002-10-02  3:23 ` Andrey S. Kukhar
2002-10-01 20:24 Geoff Collyer
2002-10-01 21:04 Russ Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).