SyntaxFix
Write A Post
Hire A Developer
Questions
the most pragmatic way with the shell is the cat command. other ways include,
awk '1' *.txt > all.txt perl -ne 'print;' *.txt > all.txt