linux中查找文件并合并文件

find ./src -name '*.txt' -exec cat '{}' \; > test.txt
posted @ 2016-01-27 11:34  ppjj  阅读(467)  评论(0编辑  收藏  举报