find /oldboy -type f -name "*.txt"|xargs -i cp {} /oldgirl xargs -i 参数的用法。加-i 参数直接用 {}就能代替管道之前的标准输出的内容。 xargs: 将信息进行分组显示