add tar/gzip to windows command line
问题 As the title says - anyone know of a method to add tar/gzip to the command line in Windows? I've installed Cygwin - but don't know if I have to add something to the PATH env variable to get tar as a cmd option 回答1: Install UnxUtils - it's a set of GNU utilities ported to Windows, sort of like Cygwin but they also work outside the Cygwin environment. 回答2: The method I've used to solve this is to install Cygwin then place the path to the bin directory in the PATH variable. 回答3: 9 years later