Find all files in Path and Cat all data from the file in Linux

[code lang=”bash”] find . -name ‘data*’ -exec cat {} \\; [/code]