Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6793287
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T18:04:57+00:00 2026-05-26T18:04:57+00:00

Premise I have a directory /foo/bar I have a tar file containing the directory

  • 0

Premise

  • I have a directory /foo/bar
  • I have a tar file containing the directory baz

Problem

Extracting the contents of baz in the archive to /foo/bar

Example

The archive contains:

baz/
 file1.txt

The source directory contains:

foo/
  bar/
    file2.txt

After extraction I want it to be:

foo/
  bar/
    file1.txt
    file2.txt

Solutions so far

Extract to a temporary directory and then move the contents of baz to the target location, this works since I the baz directory will always have the same name.

Any other ideas?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T18:04:58+00:00Added an answer on May 26, 2026 at 6:04 pm

    You could use the tarfile library’s extract(), extractall() or extractfile() methods. You should be able to access non-top-level objects in the archive this way.

    Just note that the path in extractall() is not the path inside the archive, but rather the path you want to extract it to, so putting baz there will not help.

    You’ll probably have first call getmembers() then pare the list down to what you want, then call one of the above extract methods.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have made a quick fiddle: http://jsfiddle.net/tLLB4/ Ok, so the premise is, i'm hovering
I have an API that returns a promise from a deferred object. The problem
Premise This problem has a known solution (shown below actually), I'm just wondering if
I'm attempting to install Weka, which I have installed into /weka directory. I set
Premise: I have a blog I have a page on: lookbook bloglovin facebook twitter
I have this use case that is very similar to the robot-legs example of
I have a comparatively long file of unsigned integers (64 bits each, 0.47GB file)
Suppose I have a directory structure like so /var/www └── test.js Probably the most
I'm having a problem opening a file in C#. I got a file which
I have a project A that contains the data model code (Hibernate) and some

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.