在bash shell中,source、exec以及sh都可以用來執行shell script, ... 1.sh #!/bin/bash A=B echo "PID for 1.sh before exec/source/fork:$" export A ...
確定! 回上一頁