bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gunzip -qc * | tar xvf -: use tar xzvf


From: Romain Francoise
Subject: Re: gunzip -qc * | tar xvf -: use tar xzvf
Date: Mon, 15 May 2006 09:17:28 +0200

Dan Jacobson <jidanni@jidanni.org> writes:

> dired-guess-shell-alist-default's
> gunzip -qc * | tar xvf -
> is not as smart looking as just tar zxvf, at least these days.

Not all versions of tar support the 'z' flag, even today.

However, if your version of tar supports this flag you can tell dired-x
to use it with the following form:

(setq dired-guess-shell-gnutar "tar")

Thanks,

-- 
Romain Francoise <romain@orebokech.com> | The sea! the sea! the open
it's a miracle -- http://orebokech.com/ | sea! The blue, the fresh, the
                                        | ever free! --Bryan W. Procter




reply via email to

[Prev in Thread] Current Thread [Next in Thread]