关于shell:Linux-常用命令

34次阅读

共计 56 个字符,预计需要花费 1 分钟才能阅读完成。

sed 命令

# 正文匹配行,在匹配行前加 #号
sed -i '/hbk / s/^\(.*\)$/#\1/g' test.txt 

正文完
 0