SyntaxFix
Write A Post
Hire A Developer
Questions
You may do it using xargs if you like, but the main idea is still the same:
xargs
find *.txt | xargs -I{} sh -c "cat {}; echo ''" > finalfile.txt