首页 > 系统服务 > 详细

shell_debug

时间:2019-11-10 20:08:48      阅读:53      评论:0      收藏:0      [点我收藏+]

shell

shell编程在实际工作中经常用到,但是如何高效的进行debug呢?比较简单的用法:

sh -x test.sh
output:
+ parament=test
+ echo test
test

具体的debug调试可参考:
https://blog.csdn.net/Jerry_1126/article/details/52096886
https://www.ibm.com/developerworks/cn/linux/l-cn-shell-debug/index.html

shell_debug

原文:https://www.cnblogs.com/baisheng/p/11831320.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!