摘要: 追加用法总结 1.在匹配行后面追加 a 2.在匹配行前面追加 i 3.将文件内容追加到匹配行后面 r 4.将匹配行写入指定文件 w 1.在匹配行后面追加 a test文件内容: [root@prometheus01 ~]# cat test AAAAA new test! ccc 345 ddddd 阅读全文
posted @ 2022-03-14 11:24 jiayou111 阅读(4737) 评论(0) 推荐(0) 编辑