vote up 0 vote down star

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

flag

2 Answers

vote up 0 vote down check

Install UnxUtils - it's a set of GNU utilities ported to Windows, sort of like Cygwin but they also work outside the Cygwin environment.

link|flag
I saw that, it was my next port of call - in the end I realised I just had to add the Cygwin bin directory to the PATH variable. Problem solved - thanks for the rapid response tho! – sunwukung Oct 11 at 18:17
the problem is getting zip to run from Phing - it doesn't seem to pick it up, despite the bin being available to the cmd – sunwukung Oct 12 at 8:35
Another option is GnuWin32: gnuwin32.sourceforge.net – James Sulak Oct 12 at 15:17
Does Phing pick this up? – sunwukung Oct 12 at 21:00
Sorry, I'm unfamiliar with Phing. – Greg Hewgill Oct 12 at 21:25
vote up 2 vote down

The method I've used to solve this is to install Cygwin then place the path to the bin directory in the PATH variable.

link|flag

Your Answer

Get an OpenID
or

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