marine8888 发表于 2013-2-4 15:53:28

Linux ---

使用find 和 管道
 
find ./ -name *.txt  | xargs -i  cp {}  ~/share/
页: [1]
查看完整版本: Linux ---