gpt4 book ai didi

linux - 从结果中提取值 Linux

转载 作者:塔克拉玛干 更新时间:2023-11-03 01:52:45 24 4
gpt4 key购买 nike

我有一个 Linux 命令行来显示某个结果。从结果来看,我想grep它或者使用awk来提取一个特定的值。这是命令行的结果:

OK 0 seconds over max, 0 active processes, next process in the future|'overmax'=0s;300;600 'active'=0 'nextoldest'=-1153s

我只想显示在 'active'=? 之后的值上在这种情况下是 0

最佳答案

试试这个 grep 行:

grep -Po "'active'=\K\S*"

关于linux - 从结果中提取值 Linux,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19592452/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com