I want to append the file foo to all the files in the bar directory tree. Why doesn't this work? find bar -exec cat foo >> {} \; What does work? Thanks, Glenn