linux - Why is my bash script that executes another script not exiting? -


i'm calling script bash script -- ampersand.

otherscriptthatdoesnotexit & echo "done" 

i see getting "done" still see original script running ps. idea why be? (note, i'm running on puppy linux)

the script still waiting on subprocess spawned. use nohup, disown or screen leave long running task in background , shell.


Comments

Popular posts from this blog

c++ - llvm function pass ReplaceInstWithInst malloc -

java.lang.NoClassDefFoundError When Creating New Android Project -

Decoding a Python 2 `tempfile` with python-future -