Re: parsing the output of "cygcheck" - or not

2009-08-30 Thread Charles Wilson
Duane Ellis wrote: > I need a simple standard (and script friendly) means of determining what > is and is not installed under cygwin. > > (effectively, I need to write a script to verify that certain cygwin > tools are, or not already installed). > > Option 1: > Option 2 Option 3: "cygcheck -cd"

parsing the output of "cygcheck" - or not

2009-08-30 Thread Duane Ellis
I need a simple standard (and script friendly) means of determining what is and is not installed under cygwin. (effectively, I need to write a script to verify that certain cygwin tools are, or not already installed). Option 1: Parse the output of 'cygcheck -s' doable... but might chan