2010-04-19

Extract a single file from a tarball

If you've got a tarball with a particular file that you want to extract to standard output, use a command like the following:

tar zxf0 {the tarball} {path to desired file within tarball}

No comments:

Post a Comment