You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No, it requires two commands to get list of files/to extract - like 7z x -so ../UnifiedArchive.tar.gz | 7z l -si -ttar. And this is required for all operations
Feature request: treat
tar.gz
/tgz
archive as atar
archive with compression, not as an archive compressed togz
file.Right now it treats
UnifiedArchive.tar.gz
likeMy propose is to handle this case.
CLI for this is
7z x -so ../UnifiedArchive.tar.gz | 7z l -si -ttar
.Detailed information:
https://superuser.com/questions/80019/how-can-i-unzip-a-tar-gz-in-one-step-using-7-zip
The text was updated successfully, but these errors were encountered: