SyntaxFix
Write A Post
Hire A Developer
Questions
If the files all have the same name or can be matched by find, you can do (e.g.):
find
find . -name create.sh | xargs tail -n +1
to find, show the path of and cat each file.