As Stated in the title, I want to start a new terminal from (say) Terminal-1. The new Terminal will execute a command (Say, start JBoss). And after starting JBoss, there will be JBoss log in Terminal-2, so i dont want to stay there as I have some other tasks to do. I want the control back to Terminal-1, so I can execute other commands. I am running script.
Example scenario: Running a script where i need to: (1) Install JBoss (2) Start JBoss (3) Deploy a code in jboss as.
NOTE: Creating a new Terminal is not a problem. I can follow this. The problem is to come back to the primary terminal for executing further command.
worked perfectly for me. Thanks a million.
– user1951 Apr 25 '14 at 11:32