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

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

Tar: something like patch's -p


From: Akim Demaille
Subject: Tar: something like patch's -p
Date: 29 Oct 2001 09:52:50 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Artificial Intelligence)

Hi!

I often bring tarballs at home which I expand in my working directory.
But I couldn't find any means to tell tar I want it to skip the first
dir.  So I have to

  tar jxvf autoconf-2.52e.tar.bz2
  cp -r autoconf-2.52e/* ~/src/ace
  rm -rf autoconf-2.52e

while I'd like to

  cd ~/src/ace
  tar -p1 jxvf autoconf-2.52e.tar.bz2

Is there any such option?  Or any better scheme to handle this?



reply via email to

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