Re: Implementation of Unix find( ) command

From: Barry Margolin (barmar_at_alum.mit.edu)
Date: 03/30/04


Date: Tue, 30 Mar 2004 02:26:22 -0500

In article <837d9c7e.0403292319.66ed3829@posting.google.com>,
 ulflong@yahoo.com (Mike) wrote:

> Don't worry about simple. Just let me know exactly what sites could
> provide me the code to implement find() for Unix in C/C++. Actually,
> by simple I had meant that the implementation didn't need to cover
> every single parameter for the actual find(1) command found on Unix
> man pages. Also, I don't want an implementation that uses find()
> system calls. Thanks

http://www.gnu.org/software/findutils/findutils.html

-- 
Barry Margolin, barmar@alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***


Relevant Pages