Question
Using MacOS, after downloading the data file from Data hub page, the user interface fails to open the .gz file, is there a tool to open the file?
Answer
This files are in gz format that is not supported by default on some MacOS, best way is to download Unarchiver app from Mac app store, which does unzip the file successfully.
Also, we can use the command below in Terminal window:
gzip -d [file name]
Comments
0 comments
Please sign in to leave a comment.