About 192,000 results
Open links in new tab
  1. How can I unzip a .tar.gz in one step (using 7-Zip)? - Super User

    Cygwin includes this. tar xzvf foobaz.tar.gz ; x = eXtract ; z = filter through gZip ; v = be Verbose (show activity) ; f = filename You could also do it "in one step" by opening the file in the 7-zip …

  2. How to open a .tar.gz file in Windows? - Super User

    Nov 27, 2010 · I need to open a file that sadly is only available in the .tar.gz file format and I am using Windows 7. I can unzip the file using 7-zip but after that I still have a .tar file that I can't …

  3. What can be used to 'gzip' in Windows? - Super User

    4 For those looking to compress multiple files into a .tar.gz file on Windows: Since 2017, the tar (bsdtar) utility is available on Windows, both in PowerShell and in the basic Command Prompt …

  4. 7 zip - 7-Zip and unzipping from command line - Super User

    I am looking to use the command line 7-Zip to unzip a folder. I have a file, say example.zip and want to unzip the contents of the file into a folder called example.

  5. installation - How to install a tar.gz on Windows? - Super User

    Mar 15, 2014 · 6 In the general case, there is no "installation" with .tar.gz -- just like a .zip file, the archive can contain just about anything, including but not limited to backups of your photos, a …

  6. How to extract a tar file (.tgz) in windows? - Super User

    Jan 18, 2011 · 46 How to extract a tar file (.tgz) in windows? Is this possible, or do I have to get into a linux environment and extract it?

  7. What happened to .gzip option in 7-zip? - Super User

    Aug 8, 2015 · Perhaps I am missing something. But is there a way to archive a file/directory in a .gzip format in Win10? If so, could anyone please advise where/how to select the .gzip option? …

  8. How do I use 7-Zip GUI for Windows to create .tar.gz files?

    Sep 14, 2018 · 26 As described here: As a GZIP compressed archive can contain only one file, 7-Zip won't offer you GZIP compression if you try to compress a folder or multiple files at once. …

  9. compression - How to extract a gpg file - Super User

    Dec 31, 2009 · I have a file that is compressed. I used a program to find out what kind of file it is and it says that it's a gpg file. How do you uncompress a gpg file?

  10. What command to use to unpack a .tar.gz file in Windows?

    2 I use to receive tar.gz files fromm colleagues but unpacking them with 7zip is not convenient as it unpacks a tar file from gz first while I usually seek to get the tar file contents (so I have to …