shell

[root@test_android_client_download ~]# sed 'N;s# #=#g' text.sh
stu494=e222f
stu495=bedf3
stu496=92236
stu497=49b91
[root@test_android_client_download ~]# cat text.sh|xargs -n 2|sed 's# #=#g'
stu494=e222f
stu495=bedf3
stu496=92236
stu497=49b91
[root@test_android_client_download ~]# cat text.sh
stu494
e222f
stu495
bedf3
stu496
92236
stu497
49b91
[root@test_android_client_download ~]#

原文地址:https://www.cnblogs.com/liuyoushui/p/6366009.html