Extract folder inside large gzip file in windows












0














I have a 200 gb tar.gz file I need to extract one folder inside this file. I know exact location of the folder need. Is there any way to do that, any third party tools, or any power shell commands ?



I used WinRar to open the compressed file but it takes long time for indexing the files, because it have lot of KB sized files.










share|improve this question






















  • Possible duplicate of unzip partial folder of tar file from url
    – Romeo Ninov
    Dec 11 '18 at 6:31










  • No it is not. I need it in windows and I don't need to download it.
    – Ebin Manuval
    Dec 11 '18 at 6:34
















0














I have a 200 gb tar.gz file I need to extract one folder inside this file. I know exact location of the folder need. Is there any way to do that, any third party tools, or any power shell commands ?



I used WinRar to open the compressed file but it takes long time for indexing the files, because it have lot of KB sized files.










share|improve this question






















  • Possible duplicate of unzip partial folder of tar file from url
    – Romeo Ninov
    Dec 11 '18 at 6:31










  • No it is not. I need it in windows and I don't need to download it.
    – Ebin Manuval
    Dec 11 '18 at 6:34














0












0








0







I have a 200 gb tar.gz file I need to extract one folder inside this file. I know exact location of the folder need. Is there any way to do that, any third party tools, or any power shell commands ?



I used WinRar to open the compressed file but it takes long time for indexing the files, because it have lot of KB sized files.










share|improve this question













I have a 200 gb tar.gz file I need to extract one folder inside this file. I know exact location of the folder need. Is there any way to do that, any third party tools, or any power shell commands ?



I used WinRar to open the compressed file but it takes long time for indexing the files, because it have lot of KB sized files.







windows gzip






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Dec 11 '18 at 5:06









Ebin ManuvalEbin Manuval

1093




1093












  • Possible duplicate of unzip partial folder of tar file from url
    – Romeo Ninov
    Dec 11 '18 at 6:31










  • No it is not. I need it in windows and I don't need to download it.
    – Ebin Manuval
    Dec 11 '18 at 6:34


















  • Possible duplicate of unzip partial folder of tar file from url
    – Romeo Ninov
    Dec 11 '18 at 6:31










  • No it is not. I need it in windows and I don't need to download it.
    – Ebin Manuval
    Dec 11 '18 at 6:34
















Possible duplicate of unzip partial folder of tar file from url
– Romeo Ninov
Dec 11 '18 at 6:31




Possible duplicate of unzip partial folder of tar file from url
– Romeo Ninov
Dec 11 '18 at 6:31












No it is not. I need it in windows and I don't need to download it.
– Ebin Manuval
Dec 11 '18 at 6:34




No it is not. I need it in windows and I don't need to download it.
– Ebin Manuval
Dec 11 '18 at 6:34










2 Answers
2






active

oldest

votes


















0














You can try 7-Zip, but it may take a while to open.






share|improve this answer





















  • that is the problem because of large amount of small sized files it takes more time to index the files
    – Ebin Manuval
    Dec 11 '18 at 5:48










  • I understand, do you know the name of the file or files you are trying to extract?
    – KALI99
    Dec 11 '18 at 6:18










  • yes, I have the exact location of the folder which I want to extract
    – Ebin Manuval
    Dec 11 '18 at 6:19










  • Ok then, the answer to your question is right below this answer. Using 7-Zip in a Command-line. Thank you S. Cloris.
    – KALI99
    Dec 11 '18 at 7:05










  • I tried to extract myfile.tar.gz but the out put I got is myfile.tar, is there any workaround to get the folder straightly
    – Ebin Manuval
    Dec 11 '18 at 7:57





















0














You can refer to this:



Command line for 7z to extract specific files from specific folders inside an archive



[https://stackoverflow.com/questions/31984387/command-line-for-7z-to-extract-specific-files-from-specific-folders-inside-an-ar][1]






share|improve this answer





















  • can I extract tar.gz files ?
    – Ebin Manuval
    Dec 11 '18 at 7:05











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1382515%2fextract-folder-inside-large-gzip-file-in-windows%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























2 Answers
2






active

oldest

votes








2 Answers
2






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














You can try 7-Zip, but it may take a while to open.






share|improve this answer





















  • that is the problem because of large amount of small sized files it takes more time to index the files
    – Ebin Manuval
    Dec 11 '18 at 5:48










  • I understand, do you know the name of the file or files you are trying to extract?
    – KALI99
    Dec 11 '18 at 6:18










  • yes, I have the exact location of the folder which I want to extract
    – Ebin Manuval
    Dec 11 '18 at 6:19










  • Ok then, the answer to your question is right below this answer. Using 7-Zip in a Command-line. Thank you S. Cloris.
    – KALI99
    Dec 11 '18 at 7:05










  • I tried to extract myfile.tar.gz but the out put I got is myfile.tar, is there any workaround to get the folder straightly
    – Ebin Manuval
    Dec 11 '18 at 7:57


















0














You can try 7-Zip, but it may take a while to open.






share|improve this answer





















  • that is the problem because of large amount of small sized files it takes more time to index the files
    – Ebin Manuval
    Dec 11 '18 at 5:48










  • I understand, do you know the name of the file or files you are trying to extract?
    – KALI99
    Dec 11 '18 at 6:18










  • yes, I have the exact location of the folder which I want to extract
    – Ebin Manuval
    Dec 11 '18 at 6:19










  • Ok then, the answer to your question is right below this answer. Using 7-Zip in a Command-line. Thank you S. Cloris.
    – KALI99
    Dec 11 '18 at 7:05










  • I tried to extract myfile.tar.gz but the out put I got is myfile.tar, is there any workaround to get the folder straightly
    – Ebin Manuval
    Dec 11 '18 at 7:57
















0












0








0






You can try 7-Zip, but it may take a while to open.






share|improve this answer












You can try 7-Zip, but it may take a while to open.







share|improve this answer












share|improve this answer



share|improve this answer










answered Dec 11 '18 at 5:41









KALI99KALI99

335




335












  • that is the problem because of large amount of small sized files it takes more time to index the files
    – Ebin Manuval
    Dec 11 '18 at 5:48










  • I understand, do you know the name of the file or files you are trying to extract?
    – KALI99
    Dec 11 '18 at 6:18










  • yes, I have the exact location of the folder which I want to extract
    – Ebin Manuval
    Dec 11 '18 at 6:19










  • Ok then, the answer to your question is right below this answer. Using 7-Zip in a Command-line. Thank you S. Cloris.
    – KALI99
    Dec 11 '18 at 7:05










  • I tried to extract myfile.tar.gz but the out put I got is myfile.tar, is there any workaround to get the folder straightly
    – Ebin Manuval
    Dec 11 '18 at 7:57




















  • that is the problem because of large amount of small sized files it takes more time to index the files
    – Ebin Manuval
    Dec 11 '18 at 5:48










  • I understand, do you know the name of the file or files you are trying to extract?
    – KALI99
    Dec 11 '18 at 6:18










  • yes, I have the exact location of the folder which I want to extract
    – Ebin Manuval
    Dec 11 '18 at 6:19










  • Ok then, the answer to your question is right below this answer. Using 7-Zip in a Command-line. Thank you S. Cloris.
    – KALI99
    Dec 11 '18 at 7:05










  • I tried to extract myfile.tar.gz but the out put I got is myfile.tar, is there any workaround to get the folder straightly
    – Ebin Manuval
    Dec 11 '18 at 7:57


















that is the problem because of large amount of small sized files it takes more time to index the files
– Ebin Manuval
Dec 11 '18 at 5:48




that is the problem because of large amount of small sized files it takes more time to index the files
– Ebin Manuval
Dec 11 '18 at 5:48












I understand, do you know the name of the file or files you are trying to extract?
– KALI99
Dec 11 '18 at 6:18




I understand, do you know the name of the file or files you are trying to extract?
– KALI99
Dec 11 '18 at 6:18












yes, I have the exact location of the folder which I want to extract
– Ebin Manuval
Dec 11 '18 at 6:19




yes, I have the exact location of the folder which I want to extract
– Ebin Manuval
Dec 11 '18 at 6:19












Ok then, the answer to your question is right below this answer. Using 7-Zip in a Command-line. Thank you S. Cloris.
– KALI99
Dec 11 '18 at 7:05




Ok then, the answer to your question is right below this answer. Using 7-Zip in a Command-line. Thank you S. Cloris.
– KALI99
Dec 11 '18 at 7:05












I tried to extract myfile.tar.gz but the out put I got is myfile.tar, is there any workaround to get the folder straightly
– Ebin Manuval
Dec 11 '18 at 7:57






I tried to extract myfile.tar.gz but the out put I got is myfile.tar, is there any workaround to get the folder straightly
– Ebin Manuval
Dec 11 '18 at 7:57















0














You can refer to this:



Command line for 7z to extract specific files from specific folders inside an archive



[https://stackoverflow.com/questions/31984387/command-line-for-7z-to-extract-specific-files-from-specific-folders-inside-an-ar][1]






share|improve this answer





















  • can I extract tar.gz files ?
    – Ebin Manuval
    Dec 11 '18 at 7:05
















0














You can refer to this:



Command line for 7z to extract specific files from specific folders inside an archive



[https://stackoverflow.com/questions/31984387/command-line-for-7z-to-extract-specific-files-from-specific-folders-inside-an-ar][1]






share|improve this answer





















  • can I extract tar.gz files ?
    – Ebin Manuval
    Dec 11 '18 at 7:05














0












0








0






You can refer to this:



Command line for 7z to extract specific files from specific folders inside an archive



[https://stackoverflow.com/questions/31984387/command-line-for-7z-to-extract-specific-files-from-specific-folders-inside-an-ar][1]






share|improve this answer












You can refer to this:



Command line for 7z to extract specific files from specific folders inside an archive



[https://stackoverflow.com/questions/31984387/command-line-for-7z-to-extract-specific-files-from-specific-folders-inside-an-ar][1]







share|improve this answer












share|improve this answer



share|improve this answer










answered Dec 11 '18 at 7:03









S.clorisS.cloris

301




301












  • can I extract tar.gz files ?
    – Ebin Manuval
    Dec 11 '18 at 7:05


















  • can I extract tar.gz files ?
    – Ebin Manuval
    Dec 11 '18 at 7:05
















can I extract tar.gz files ?
– Ebin Manuval
Dec 11 '18 at 7:05




can I extract tar.gz files ?
– Ebin Manuval
Dec 11 '18 at 7:05


















draft saved

draft discarded




















































Thanks for contributing an answer to Super User!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1382515%2fextract-folder-inside-large-gzip-file-in-windows%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Terni

A new problem with tex4ht and tikz

Sun Ra