I am currently running a computer which has access to only Windows. I have to submit a folder after running tar -czf on it. How can I do this in Windows, do I have any options ?
Thank you very much.
|
I am currently running a computer which has access to only Windows. I have to submit a folder after running tar -czf on it. How can I do this in Windows, do I have any options ? Thank you very much. | |||
feedback
|
This question came from our site for professional and enthusiast programmers.
|
This can be created using, e.g., 7Zip; see for example this blog post: http://www.tmsnetwork.org/blog/creating-targz-archive-easily-windows. Many more tools could be used, see http://www.7zip.com/type/5/TAR. | |||
|
feedback
|
|
| |||
|
feedback
|
|
You can also download and install 7zip. http://www.7zip.org. With it, you can both unpack and pack many different compression types including gzip. | |||
|
feedback
|
|
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/
| |||
|
feedback
|