一、查看当前文件夹多级目录下相同名称文件内容

cat `find $PWD | xargs ls -ld |grep "^-" | awk -F " " '{print $9}'` >> merge.txt