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

Last updated on August 23rd, 2014 at 07:57 am

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

Discover more from Juzhax Technology

Subscribe now to keep reading and get access to the full archive.

Continue reading