Find all files in Path and Cat all data from the file in Linux 2014-03-10 / By juzhax / Linux Last updated on August 23rd, 2014 at 07:57 am[code lang=”bash”] find . -name ‘data*’ -exec cat {} \\; [/code]