LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Starting a program so it opens in a new terminal (https://www.linuxquestions.org/questions/linux-newbie-8/starting-a-program-so-it-opens-in-a-new-terminal-305640/)

dangerousdave 03-24-2005 04:04 PM

Starting a program so it opens in a new terminal
 
If I'm starting a (generally GUI) program from a terminal in GNOME, can I start it so it opens in a new terminal and I can carry on working in the one I'm in? Fed up of starting a program, then having to open a new terminal and navigate back to the directory to carry on working.

Rognon 03-24-2005 04:26 PM

You can launch the program in background by adding "&".
Example :
Code:

gedit&
That way you can continue working in your current terminal.


All times are GMT -5. The time now is 04:47 PM.