In my server(windows server) I have 3 tar files. (file.tar, file.tar-2, file.tar-3). I want to merge those files. (Those are generated by some server tool).

So I am looking for a tool to merge those files. I tried winrar, 7zip. But no help. The total size of those files are around 400mb.

Please help me to merge those files.

Thank You

link|improve this question
1  
This is something for superuser or serverfault. Try tar for windows: gnuwin32.sourceforge.net/packages/gtar.htm – Michael-O Jul 27 '11 at 5:54
feedback

migrated from stackoverflow.com Aug 20 '11 at 0:05

This question came from our site for professional and enthusiast programmers.

1 Answer

up vote 2 down vote accepted

If you get a hold of a GNU tar executable (you could use Cygwin or MinGW) then you can use the -A option. Take a look at this page for examples of the uage.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.