Add tar / gzip to the Windows command line

As the title says - does anyone know a way to add tar / gzip to the command line on Windows? I installed Cygwin - but I don’t know if I add something to the env PATH variable to get tar as the cmd option

0
source share
2 answers

Install UnxUtils is a set of GNU utilities ported to Windows, like Cygwin, but they also work outside of Cygwin.

0
source

The method I used to solve this problem is to install Cygwin, then put the path in the bin directory in the PATH variable.

+7
source

Source: https://habr.com/ru/post/1247488/


All Articles