随笔分类 -  shell

shell语言常用总结
摘要:###shell shell编程在实际工作中经常用到,但是如何高效的进行debug呢?比较简单的用法: sh -x test.sh output: + parament=test + echo test test 具体的debug调试可参考: https://blog.csdn.net/Jerry_ 阅读全文
posted @ 2019-11-10 18:58 baishengguan 阅读(234) 评论(0) 推荐(0)