BASH SCRIPT、环境变量和 PID

发布于 2024-10-16 20:51:55 字数 198 浏览 5 评论 0原文

我需要一些有关 bash sctipt 的帮助。我需要 BASH 脚本,使用环境变量:

第一个脚本将创建一个变量数组,这些变量存储在脚本中以及 PID 和 -f 中。分配给环境变量中的变量数组。 该脚本将显示他的 PID 并运行第二个脚本。 第二个脚本将通过在环境变量中使用 -f (来自第一部分)选项来显示第一个脚本的 PID 和列表,并终止第一个脚本的运行...

I need a little help with bash sctipt. I need BASH script, using environment variables:

First script will create an array of variables, which are stored in the script and the PID and -f. Assigned to an array of variables in the environment variables.
This script will be displayed his PID and runs the second script.
The second script will be displayed the first script PID and the list by using -f (from first part) option in the environment variable and terminate the operation of the first script...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

世界如花海般美丽 2024-10-23 20:51:55

我很犹豫要不要走得更远,因为这是一个硬件问题,我不确定你想做什么,所以这就是我能做的......

在 bash $$ 中将为你提供脚本的当前

pid数组,http://tldp.org/LDP/abs/html/arrays.html

I am hesitant to go much further since this is a hw problem and i am unsure what you are trying to do, so this is what i can do....

in bash $$ will give you your current pid for the script

as for arrays, http://tldp.org/LDP/abs/html/arrays.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文