find . -name "*.cc" -exec sh -c 'echo >> {}' ; find . -name "*.cpp" -exec sh -c 'echo >> {}' ; find . -name "*.h" -exec sh -c 'echo >> {}' ;