RE: Newbie How to get source (e.g. wc.c)

2004-06-25 Thread Igor Pechtchanski
On Fri, 25 Jun 2004, Dave Korn wrote: > [snip] > To find out which package contains a given utility, go to the Cygwin setup > package search page: > > http://cygwin.com/packages/ Or... Use the "-f" flag of the cygcheck utility: "cygcheck -f `which wc`" will return "textutils-2.0.21-1". I

RE: Newbie How to get source (e.g. wc.c)

2004-06-25 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of TC > Sent: 25 June 2004 18:14 > Question: How can I find source to various utilities such as > word count's wc? > Cygwin is installed and working well. "which wc" returns > /usr/bin/wc. The > /usr/src directory is emtpy. Ran se