打赏

星辰大海ゞ

That which does not kill us makes us stronger!

导航

2016年4月27日 #

SED命令用法整理

摘要: 注释掉包含某字符串的行 sed /172.17.213.63:8031/s@^@#@g upstream.conf 取消注释包含某字符串的行 sed /172.17.213.63:8031/s@#@@g upstream.conf sed '/Started/'q 匹配到Started字符串则退出s 阅读全文

posted @ 2016-04-27 09:12 星辰大海ゞ 阅读(524) 评论(0) 推荐(0)