How to extract tar gz file in Windows?

How to extract tar gz file in Windows?

In order to extract or export the tar.gz file content, we can use the tar command in the Windows Command Prompt.

Command:

tar -zxf openssl-3.2.1.tar.gz

In the above example, openssl-3.2.1.tar.gz is the name of the tar.gz file.

Leave a Reply