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.
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.