opens that directory in the Finder.
The command is simply open (which can also be used for opening directories). The most basic example of launching an application:
open "/Volumes/Macintosh HD/foo.txt"
打开终端 直接输入 open /Applications/xxx(应用的名称).app 比如打开iTunes输入:open /Applications/iTunes.app (注意open之后需要空格再输入斜杠 / )
opens the document in the default application for its type (as determined by LaunchServices).
Mac 下在终端中打开应用程序的命令
open /path/to/some.app
用户在Mac os平台上配置文件的时候有时候需要在Mac终端里面配置一些文件,这时候就需要用命令在终端里面打开app应用程序,但是有很多的用户不会使用终端命令,下面学习啦小编就为大家介绍一下关于在终端下打开APP应用程序的方法,欢迎大家参考和学习。open /Applications/
from:http://macosx.com/forums/howto-faqs/29520-how-launch-application-terminal.html
More complex possibilities also exist:
在终端下打开APP应用程序: