[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课
给你个思路:
your_cmd | awk '{a=a" "$0; if (NR % 2 == 1) {print(a); a=""}}'