摘要: find使用介绍: 1.查找到文件并且拷贝到其他目录下: 登录后复制 find ./ -name "biao-frame.sh" -exec cp {} /tmp \; find ./ -name "[1-9].txt" | cpio -pdv /opt/ 1.2.3. 2.查找到文件并且mv移动文 阅读全文
posted @ 2019-08-02 13:43 勤奋的蓝猫 阅读(20) 评论(0) 推荐(0)