-1

ex. when i open google-chrome through terminal i can't write command lines anymore, is there a way to start new command line in same terminal window without closing chrome ?

2 Answers2

0

use the & to put the process in the background. e.g.:

open google-chrome &
Born2Code
  • 1,055
  • 6
  • 13
0

Or just open another terminal window and run your command

Hafeez Hamza
  • 794
  • 3
  • 16