On Tue, 16 Jan 2001, Michael J. Pedersen wrote: > find bar -type f -exec cat foo \>\> {} \; > > find bar -type f -exec cat foo '>>' {} \; Actually I had tried these, too. They just cat foo and {} to the screen as if the redirection were invisible. Thanks for the response, though, and I enjoyed your presentation Thursday. Glenn