可能重复: 在文本文件中的两个点之间提取数据
例如:
Reply: [200/OK] bytes=29086 time=583ms
我想提取"time ="和"ms"之间的值
预期结果:
"583"
linux awk sed
awk ×1
linux ×1
sed ×1