From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: directory compare Date: Mon, 18 Jan 1999 16:59:06 +0200 Organization: NetVision Israel Lines: 14 Message-ID: References: <77vf40$r7b$1 AT newsserver DOT rrzn DOT uni-hannover DOT de> NNTP-Posting-Host: is.elta.co.il Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: news.netvision.net.il 916671568 29686 199.203.121.2 (18 Jan 1999 14:59:28 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 18 Jan 1999 14:59:28 GMT X-Sender: eliz AT is In-Reply-To: <77vf40$r7b$1@newsserver.rrzn.uni-hannover.de> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from QUOTED-PRINTABLE to 8bit by delorie.com id KAB22596 Reply-To: djgpp AT delorie DOT com On 18 Jan 1999, Dirk Färber wrote: > Does anybody knows such a program which does directory comparision > and which is written preferable for djgpp? The DJGPP port of GNU Findutils (v2gnu/find41b.zip from the usual DJGPP sites) includes a program called `find' that can do this, and much more. It allows you to define a lot of conditions, besides file's date and time, under which it will or will not be copied. You can even tell it to actually copy the file (or invoke any other program on it, for that matter) if it satisfies the conditions.