timeout 是一个命令-因此它正在bash shell的子进程中执行。 因此,它无权访问当前shell中 ... export -f echoFooBar timeout 10s bash -c echoFooBar.
確定! 回上一頁