How to clean launch a GUI app via the Terminal (so it doesn't wait for termination)?
- by Peter.O
Some GUI apps launch cleanly via the Terminal command line.
Some don't, and they cause the Terminal to wait for the app to terminate.
...and even then, some don't "release" the command line.
The mysterious ampersand "&" suffix, seems to cause the terminal to put the process into the background... (but I'm not sure what happens there).
…