I tried to figure out how to run the bash command in a new Max OS X Terminal.app window. Like, for example, here, how I will run my command in a new bash process:
bash -c "my command here"
But this reuses the existing terminal window instead of creating a new one. I need something like:
Terminal.app -c "my command here"
But of course this will not work. I know the command "open -a Terminal.app", but I donβt see how to redirect the arguments to the terminal, or even if I used all the arguments.
Thank!
bash terminal macos
Walt D Jun 12 '09 at 22:26 2009-06-12 22:26
source share