1.匹配想要的内容,并打印出下一行想要的内容

例:

awk '/1/{print;getline;print}' 1