I have four files:
one_file.txt
abc | def
two_file.txt
ghi | jkl
three_file.txt
m
find . -name "*file.txt" | xargs cat > full_set.txt