How to start a new terminal from command line?

Dear All,

Anyone knows how to start a new bash terminal from command line?

Another question: when I use "open" command (open test.pdf) to open a pdf file, the PDF reader will start up, but cannot associate with that file. Anyone knows why?

To execute another terminal windows its

open -a terminal

The -a stands for application. I am not sure why the pdf file is not showing in your preview.

1 Like