Knowledgebase: Archive
What do I do with the zip files I get when I download data from the SHA?
Posted by z-Luisa Rebull on 06 September 2013 03:49 PM
|
|
To uncompress the files you have downloaded, type "unzip <file>.zip". To uncompress multiple files at once, type "unzip '*.zip'" (the single quotes are important), or "unzip \*.zip" -- you just have to escape out the wildcard. Double-clicking on the zipfile should also uncompress the files. | |
|