摘要:
恢复内容开始 转载:https://www.ibm.com/developerworks/cn/linux/l cn shell debug/ Shell脚本调试技术 <! Article Top Bar <! Author and article info. 曹 羽中2007 年 7 月 26 日 阅读全文
posted @ 2019-02-12 17:32
北漂-boy
阅读(149)
评论(0)
推荐(0)
摘要:
[root@runstone ssh_lianxi]# cat expect.sh #!/usr/bin/env expect if { $argc < 3 } { #判断命令行参数的个数 send_user "usage: expect expect.ssh ip user passwd\n" # 阅读全文
posted @ 2019-02-12 15:42
北漂-boy
阅读(145)
评论(0)
推荐(0)
摘要:
。 阅读全文
posted @ 2019-02-12 15:38
北漂-boy
阅读(127)
评论(0)
推荐(0)
摘要:
1、一行代码求一个数的阶乘 例如:求5的阶乘 借鉴:https://www.cnblogs.com/QI1125/p/7496129.html 阅读全文
posted @ 2019-02-12 11:32
北漂-boy
阅读(158)
评论(0)
推荐(0)