开发者

what does this sed expr. match actually? s/^.*EngineLog ERROR://

sed Expression 's/^.*EngineLog ERROR://开发者_运维技巧'


It matches anything that starts 0 or more characters then EngineLog ERROR: and then replaces it with nothing

Example all output the same: EngineLog ERROR:
:

1EngineLog ERROR:
1 EngineLog ERROR:
EngineLog ERROR:

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜