The problem is that if I execute a command (eg. a Python script), the terminal or script is waiting until the program return a exit status so that it can continue or return to terminal. Is there a way to circumvent this?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
migrated from stackoverflow.com Jan 14 at 21:53
|
Several choices:
|
|||||||||||
|
|
Yes. If you're using Bash or a similar shell, type:
|
|||||||||
|
|
In most shells, you can launch commands or processes in the background by appending an ampersand (
|
|||||
|