开发者

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

开发者 https://www.devze.com 2023-01-13 17:27 出处:网络
sed Expression \'s/^.*EngineLog ERROR://开发者_运维技巧\'It matches anything that starts 0 or more characters then EngineLog ERROR: and then replaces it with nothing

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

精彩评论

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