Merge Text Files Into A Single File

Tue Oct 26 2021
bash
|
find /path/to/source -type f -name '*.txt' -exec cat {} + > merged.txt