Extract folder inside large gzip file in windows
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
add a comment |
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
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
add a comment |
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
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
windows gzip
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
add a comment |
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
add a comment |
2 Answers
2
active
oldest
votes
You can try 7-Zip, but it may take a while to open.
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 extractmyfile.tar.gzbut the out put I got ismyfile.tar, is there any workaround to get the folder straightly
– Ebin Manuval
Dec 11 '18 at 7:57
|
show 3 more comments
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]
can I extracttar.gzfiles ?
– Ebin Manuval
Dec 11 '18 at 7:05
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
You can try 7-Zip, but it may take a while to open.
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 extractmyfile.tar.gzbut the out put I got ismyfile.tar, is there any workaround to get the folder straightly
– Ebin Manuval
Dec 11 '18 at 7:57
|
show 3 more comments
You can try 7-Zip, but it may take a while to open.
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 extractmyfile.tar.gzbut the out put I got ismyfile.tar, is there any workaround to get the folder straightly
– Ebin Manuval
Dec 11 '18 at 7:57
|
show 3 more comments
You can try 7-Zip, but it may take a while to open.
You can try 7-Zip, but it may take a while to open.
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 extractmyfile.tar.gzbut the out put I got ismyfile.tar, is there any workaround to get the folder straightly
– Ebin Manuval
Dec 11 '18 at 7:57
|
show 3 more comments
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 extractmyfile.tar.gzbut the out put I got ismyfile.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
|
show 3 more comments
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]
can I extracttar.gzfiles ?
– Ebin Manuval
Dec 11 '18 at 7:05
add a comment |
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]
can I extracttar.gzfiles ?
– Ebin Manuval
Dec 11 '18 at 7:05
add a comment |
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]
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]
answered Dec 11 '18 at 7:03
S.clorisS.cloris
301
301
can I extracttar.gzfiles ?
– Ebin Manuval
Dec 11 '18 at 7:05
add a comment |
can I extracttar.gzfiles ?
– 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
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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