有个 test.txt 文件内容为 hello tom,现在修改成 hello jerry,并保存到test2.txt
sed ‘s/tom/jerry/g‘ test.txt >test2.txt
Posted 追风逐月
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了shell命令修改文件内容相关的知识,希望对你有一定的参考价值。
有个 test.txt 文件内容为 hello tom,现在修改成 hello jerry,并保存到test2.txt
sed ‘s/tom/jerry/g‘ test.txt >test2.txt
以上是关于shell命令修改文件内容的主要内容,如果未能解决你的问题,请参考以下文章