zsh-users
 help / color / mirror / code / Atom feed
* How to gunzip a binary on the fly
@ 1996-12-27 15:01 Helmut Jarausch
  1996-12-27 15:52 ` Marc Baudoin
  1996-12-27 19:09 ` Szekeres Istvan
  0 siblings, 2 replies; 4+ messages in thread
From: Helmut Jarausch @ 1996-12-27 15:01 UTC (permalink / raw)
  To: zsh-users


Hello,
does anybody know how to gunzip a gzipped binary file just for executing it.
Is it possible to do so without an intermediate file - just piping it
into the shell.

Assume there is a file  doit.gz

I would like a function  exec_gz  and invoke doit by  exec_gz doit.gz
without

gunzip -c doit.gz >/tmp/doit
/tmp/doit
rm /tmp/doit


Thanks for any hints,

a Happy New Year to all of you,

Helmut Jarausch.





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

end of thread, other threads:[~1996-12-28  0:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-12-27 15:01 How to gunzip a binary on the fly Helmut Jarausch
1996-12-27 15:52 ` Marc Baudoin
1996-12-27 19:09 ` Szekeres Istvan
1996-12-27 20:03   ` Zoltan Hidvegi

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

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).