Dcgzip
: Standard Gzip only compresses a single file. If you have a folder of DCG outputs, you must first archive them into a .tar file and then compress it to create a .tar.gz archive. 3. Using Command Line Tools
: Run gzip -t [filename].gz to test the integrity of the archive and ensure no data was corrupted during the compression process. 4. Submission & Verification DCGzip
: Group your files logically into folders (e.g., Output 1, Output 2, SolidWorks Files). : Standard Gzip only compresses a single file
: Use the command gzip [filename] . This will replace the original file with a .gz version. DCGzip
: Use gunzip [filename].gz to restore the original file.