复制查到到的文件到另一个目录(shell脚本)

Test:find ../../res.bak/item/ -type f -name "*.jpg" |xargs -n1 -i echo {}."abc"

控制台上可看到如下信息:

复制查到到的文件到另一个目录(shell脚本)

 

find ../../res.bak/item/ -type f -name "*.jpg" |xargs -n1 -i cp {} .

 

参考:

Xargs Command Examples

linux-unix-bsd-xargs-construct-argument-lists-utility

上一篇:云栖大会 | 阿里云与电子标准院合力助推边缘云产业标准化建设


下一篇:开发相关漫谈&技巧&杂项链接汇总