On Tue, 16 Jan 2001, Glenn Murray wrote: > > 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? > How do you do this in python? Thanks, Glenn