Forum Moderators: DixonJones
But occasionally I want to drill down onto the raw data and it is only available for download in a .gz format. What do I have to do to get from .gz to an ascii text that I can work with?
If your on the command line:
gunzip *.gz
will do the trick.
You will end up with at least one .log file to open in your text editor.
For more:
[gzip.org...]