|
#1
| |||
| |||
| Using Terminal to start application Hi, In Linux and BSD I'm using e.g. gnome-terminal to start applications like octave like this: "gnome-terminal -x octave". Is this possible with Terminal as well? I tried to get the man page, but didn't get it. Thanks. |
|
#2
| ||||
| ||||
| How about the "open" command? A text-based command (say, "top") will open automatically in a new Terminal window, e.g.: Code: open `which top` Code: open -a "Terminal.app" `which top` |
|
#3
| |||
| |||
| If you're a Linux guy, I highly recommend the "MacOSX For Unix Geeks" book from OReilly. |