linux 命令

1、修改linux 文件指定内容


sed -i s/hhhh/kkkk/g `grep hhhh -rl --include="*.txt" ./`    把该目录下的txt 文件中含有hhhh的字符串替换成kkkk

你可能感兴趣的:(linux 命令)