※ 引述《mystea.bbs@ptt.cc (mystea)》之銘言: > 我想寫一個linux script, > 這個script想要在執行在背景執行很多程式, > 然後當程式結束以後, 再執行別的程式. > 像這樣: > /a.out& > /b.out& > when system receive the end signal from ./a.out, execute ./a2.out > 請問有哪些指令是可以讀取process結束時放出來的訊號? 謝謝大家了. /a.out || ./b.out & -- ※ Origin: SayYA 資訊站 <bbs.sayya.org> ◆ From: 59-104-129-177.adsl.dynamic.seed.net.tw