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