Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.csd.uwm.edu!cs.utexas.edu!sun-barr!newstop!sun!athena1!williamt From: williamt@athena1.Sun.COM (William A. Turnbow) Newsgroups: comp.unix.wizards Subject: recursive grep Message-ID: <122979@sun.Eng.Sun.COM> Date: 22 Aug 89 20:18:35 GMT Sender: news@sun.Eng.Sun.COM Reply-To: williamt@sun.UUCP (William A. Turnbow) Lines: 17 Here is a short quicky (I hope). I am trying to do the following: find . -type d -exec grep string {}/* \; However, find apparently does not expand the braces unless they are separated by spaces. I've tried a variety of quotes and backslashes, but no go. I've always ended up writing a tiny shell script in the past to do this, but there's got to be some easy way I'm missing. email is fine... Thanks -wat-