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

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

Re: Tar: something like patch's -p


From: Hans-Bernhard Broeker
Subject: Re: Tar: something like patch's -p
Date: 29 Oct 2001 18:35:10 GMT

Akim Demaille <address@hidden> wrote:
[...]
>   cd ~/src/ace
>   tar -p1 jxvf autoconf-2.52e.tar.bz2

Would

        cd ~/src
        tar xvjf autoconf-2.52e.tar.bz2
        mv autoconf-2.52e ace

feel better?  At the least, it would not need the temporary copy you
remove immediately after copying.
-- 
Hans-Bernhard Broeker (address@hidden)
Even if all the snow were burnt, ashes would remain.



reply via email to

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