find使用

修改不知道文件名的文件内容

find  /   -type f  -exec sed -i 's/http:\/\/192.168.x.x/http:\/\/192.168.1.1/g'  {} \;

 mtime、atime和ctime的使用,参考https://www.cnblogs.com/qiaopei/p/5515189.html

posted @ 2021-03-26 16:49  每日一坑  阅读(53)  评论(0)    收藏  举报