Start application in window where command issued
I would like to open a new terminal, type a command and expect the application to be run within the same window. However, a new window is opened, and I have to take care not to kill the parent, or I need to disown the process. How do I achieve this? Thanks in advance!