log files .gz in windows
I am unable to extract .gz log files. I am getting below weird text.

Can anyone help ?
I am unable to extract .gz log files. I am getting below weird text.

Can anyone help ?
Hi @gbis1719,
It is easier to extract and read gzip files on linux system as compared to windows.
For windows, you can install Linux on windows using WSL. (Ubuntu WSL is available on Microsoft Store)
You can then use the gunzip command as shown below -
gunzip filename.log.gz
Or
gzip -d file.gz
This converts the .log.gz file to simply .log file. Hope this helps!
There are other ways as well. Please find the below blog -
https://linuxize.com/post/how-to-unzip-gz-file/
Thanks,
Rohan Garg
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.