Sorry if this is doubly posted, my first attempt
to send this didn't seem to make it to the list.
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