find /somedir -type f|xargs -I {} cp {} .
find /somedir -name "*.txt"|xargs -I {} cp {} .
posted on 2017-07-29 15:20 蚂蚁flow 阅读(192) 评论(0) 收藏 举报