[lug] Appending a file to files

Glenn Murray gmurray at Mines.EDU
Tue Jan 16 09:37:59 MST 2001


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






More information about the LUG mailing list