How can I run the "tar -czf" command in Windows?
Fresh3 days ago
Mar 15, 202694375 viewsConfidence Score0%
0%
Problem
I am currently running a computer which has access to only Windows. I have to submit a folder after running on it. How can I do this in Windows, do I have any options?
Error Output
tar -czf
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: How can I run the "tar -czf" command in Windows?
Low Risk
If all you want is to create a tar.gz (also called tgz) file, then you can use 7Zip from http://www.7-zip.org/ To run like "tar -czf" you need to chain two 7z calls: This creates a file x.tgz containing all data from c:\my\path\. The -so redirects t…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix