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

find . -name 'data*' -exec cat {} \\;