知識社群登入
位置: 艾鍗學院 Blog > 專業論壇 > 討論
Shell script 一問
1樓

Shell script 中所執行的程式, 如何將其PID寫在某一個檔案?
2樓

#!/bin/sh

    /bin/xxxxx &
    echo $! > "$filePID"