On Monday 17 March 2003 11:50 am, Matt Kemner wrote: > I tend to use: > for FILE in `find dir .....` > do > <command> > done > Does the same as the 2nd command above Almost. Try it with a filename that contains spaces, wildcards or brokets. Cheers; Leon