Can you untar selectively?

mark at mark.mielke.cc mark at mark.mielke.cc
Wed Jun 15 06:43:29 UTC 2005


On Wed, Jun 15, 2005 at 01:04:28PM +1000, stefaan wrote:
> How would I go about untarring a particular file selectively out of a
> tarball.
> Is this possible at all if I know the path/filename existing in the tarball?
> Also been looking at cpio, would this maybe do it?

    tar -xvf blah.tar my/file/name.c

Also useful might be the listing of the file names in a tar file:

    tar -tf blah.tar

cpio can do it, but I'm not sure that it does a better job.

Cheers,
mark

-- 
mark at mielke.cc / markm at ncf.ca / markm at nortel.com     __________________________
.  .  _  ._  . .   .__    .  . ._. .__ .   . . .__  | Neighbourhood Coder
|\/| |_| |_| |/    |_     |\/|  |  |_  |   |/  |_   | 
|  | | | | \ | \   |__ .  |  | .|. |__ |__ | \ |__  | Ottawa, Ontario, Canada

  One ring to rule them all, one ring to find them, one ring to bring them all
                       and in the darkness bind them...

                           http://mark.mielke.cc/




More information about the fedora-list mailing list