Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!lll-lcc!styx!ames!ptsfa!hoptoad!academ!killer!jfh From: jfh@killer.UUCP (John Haugh) Newsgroups: comp.unix.wizards Subject: Re: impossible problem for find(1)? Message-ID: <819@killer.UUCP> Date: Thu, 30-Apr-87 11:09:52 EDT Article-I.D.: killer.819 Posted: Thu Apr 30 11:09:52 1987 Date-Received: Thu, 7-May-87 06:37:11 EDT References: <2645@phri.UUCP> Organization: The Unix(tm) Connection, Dallas, Texas Lines: 8 Summary: find . -name '*refs' -newer INDEX -print That's the ticket ... That ought to do the trick. '*refs' was the name of the files you were looking for. Find(1) does the file name matching itself, so you want to pass the pattern, not the expansion to find(1). - John. "You can't spell Fred without Federalism" -- John "Fred" Haugh II.