How to print matched lines in same line?

前端 未结 0 724
攒了一身酷
攒了一身酷 2021-02-20 10:17

With this awk script I can print Nth line after match Pattern.

awk \'/c&&!--c;/Pattern/{c=N}\'

Now, I\'m trying to print the

相关标签:
回答
  • 消灭零回复
提交回复
热议问题