linux 日常使用技巧笔记

1. 查找匹配的文件后,拷贝到指定目录

find ./ -type f -name “*.html” | xargs -i cp {} ./bak

2.

 

发表评论

电子邮件地址不会被公开。 必填项已用*标注