delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/1998/01/28/11:50:32

From: ikohn AT vertex DOT ucls DOT uchicago DOT edu (Isaac Kohn)
Subject: Re: gunzip
28 Jan 1998 11:50:32 -0800 :
Message-ID: <Pine.SOL.3.96.980128082018.18125B-100000.cygnus.gnu-win32@vertex.ucls.uchicago.edu>
References: <Pine DOT OSF DOT 3 DOT 93 DOT 980127213535 DOT 14739C-100000 AT oak DOT cats DOT ohiou DOT edu>
Mime-Version: 1.0
To: Kevin Tighe <kt400797 AT oak DOT cats DOT ohiou DOT edu>
Cc: gnu-win32 AT cygnus DOT com

> I tried to gunzip emacs and I got a non-stop flow of garbage in the
> window.  Does anyone know what caused this?
> 
> this is the command I entered in bash: "gunzip -c -d emacs_tar.gz"

try
gunzip -c -d emacs_tar.gz | tar xf -

the reason you saw the garbage is that gunzip was unzipping to stdout (the
display).  the file that would result from
   gunzip -c -d emacs_tar.gz > filename
would be a tarfile, hence the command above.

regards,
isaac

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019