shell脚本
摘要:
shell脚本怎么调用其他shell脚本 在Shell中要如何调用别的shell脚本,或别的脚本中的变量,函数呢?方法一: . ./subscript.sh方法二: source ./subscript.sh 方法三:bash /path/to/get.sh 注意:1.两个dao点之间,有空格,千万 阅读全文
posted @ 2021-09-07 10:16 BillyLV 阅读(206) 评论(0) 推荐(0)
posted @ 2021-09-07 10:16 BillyLV 阅读(206) 评论(0) 推荐(0)
posted @ 2021-09-07 10:01 BillyLV 阅读(246) 评论(0) 推荐(0)
posted @ 2021-09-07 09:58 BillyLV 阅读(23231) 评论(0) 推荐(0)
posted @ 2021-09-07 09:57 BillyLV 阅读(3451) 评论(0) 推荐(0)