linux中查找文件并合并文件

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