Monday, February 12, 2024

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.

No comments:

Post a Comment

Resize image in Mac OS

How to Easily Resize an Image on Mac Using Preview Ever tried to upload a photo to a website only to be told the file is too large? Or maybe...