摘要: 1、将当前目录下包含jack串的文件中,jack字符串替换为tom sed -i "s/jack/tom/g" `grep "jack" -rl ./` 2、将某个文件中的jack字符串替换为tom sed -i "s/jack/tom/g" test.txt 阅读全文
posted @ 2016-05-11 22:13 飘飘雪 阅读(2951) 评论(0) 推荐(0) 编辑