linux find/grep 与cat联合使用

find ./ -name  file_name.txt   | xargs cat >> file_name.txt

原文地址:https://www.cnblogs.com/nkwy2012/p/7741503.html