首页 > 代码库 > shell脚本,实现奇数行等于偶数行。

shell脚本,实现奇数行等于偶数行。

请把如下字符串
stu494
e222f
stu495
bedf3
stu496
92236
stu497
49b91
转为如下形式:
stu494=e222f
stu495=bedf3
stu496=92236
stu497=49b91

利用AWK来实现

技术分享

 通过shell脚本来实现

技术分享

 

shell脚本,实现奇数行等于偶数行。