摘要: 将/data/work目录下所有文件中字符abc替换成123 sed -i "s/abc/123/g" `grep 'abc' -rl /data/work` 阅读全文
posted @ 2022-06-13 15:21 whiteY 阅读(19) 评论(0) 推荐(0)