2 lines
55 B
Bash
2 lines
55 B
Bash
find src/ -type f -exec cat {} + > target/combined.txt
|
find src/ -type f -exec cat {} + > target/combined.txt
|