2 bash job-control
是否可以在 Bash 中从另一个 shell 脚本调用 shell 脚本,但原始脚本不能等待子脚本完成?
Nat*_*n C 6
只需用&. 就像在,sh /path/to/script/script.sh &
&
sh /path/to/script/script.sh &
这将从下标打印消息,但您可以用 & 替换>/dev/null &并抑制输出。
>/dev/null &
归档时间:
12 年,3 月 前
查看次数:
10921 次
最近记录: