I'm trying to create a tar file on windows using 7zip.
Most of the documents I found said to do something like this:
7z a -ttar -so dwt.tar dwt/
But when I tried to run it I got this error:
Command Line Error: I won't write compressed data to a terminal
I'm currently using 7-Zip [64] 16.04
Any idea?