苹果mac os怎么用命令行终端打开app应用程序

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了苹果mac os怎么用命令行终端打开app应用程序相关的知识,希望对你有一定的参考价值。

Mac命令行终端打开方法:
1、首先在下方的最左侧,打开finder。

2、打开之后,在finder左侧的工具栏中,选择应用程序。

3、应用程序中选择实用工具。

4、实用工具中找到终端,这就是所说的Terminal。

5、打开之后,弹出Terminal窗口,在这里面可以输入命令符,来完成不同命令。
参考技术A   苹果mac os怎么用命令行终端打开app应用程序?有时在mac os平台上配置文件会需要在mac终端打开app应用程序。下文小乐哥为大家分享苹果mac os用命令行终端打开app应用程序教程,一起来学学吧!

  打开终端 直接输入 open /Applications/xxx(应用的名称).app 比如打开iTunes输入:open /Applications/iTunes.app (注意open之后需要空格再输入斜杠 / )

  mac下在终端中打开应用程序的命令

  from:http://macosx.com/forums/howto-faqs/29520-how-launch-application-terminal.html

  The command is simply open (which can also be used for opening
directories). The most basic example of launching an application:

  open /path/to/some.app

  More complex possibilities also exist:

  open "/Volumes/Macintosh HD/foo.txt"

  opens the document in the default application for its type (as determined by LaunchServices).

  open /Applications/

  opens that directory in the Finder.

  open -a /Applications/TextEdit.app "/Volumes/Macintosh HD/foo.txt"

  opens the document in the application specified (in this case, TextEdit).

  open -e "/Volumes/Macintosh HD/foo.txt"

  opens the document in TextEdit (the -e option specifies TextEdit).

  open http://www.apple.com/

  opens the URL in the default browser (lynx, naturally *wink*)

  open "file://localhost/Volumes/Macintosh HD/foo.txt"

  opens the document in the default application for its type (as determined by LaunchServices).

  open "file://localhost/Volumes/Macintosh HD/Applications/"

  opens that directory in the Finder.

mac os x配置adb命令的方法,苹果电脑设置adb命令的方法

http://www.myexception.cn/operating-system/1636963.html

 

步骤如下: 
1. 启动终端Terminal (如果当前用户文件夹下已有.bash_profile文件,则直接跳到5)
2. 进入当前用户的home目录(命令行输入echo $HOME)
3. 创建.bash_profile(命令行输入touch .bash_profile)
4. 打开.bash_profile文件(命令行输入open -e .bash_profile)
5. 编辑.bash_profile文件
在.bash_profile文件中输入
export PATH=/Users/JianDan/dev_android/adt-bundle-mac-x86_64-20130729/sdk/platform-tools/:$PATH
注意:在网上搜索了很多文章,多数写的是 PATH=${PATH}:/eclipse/android_sdk/platform-tools(这样写的解释
是:如果是需要添加很多命令到PATH下时,需要用“:”(英文的冒号)隔开即可,因为Android和adb这些命令是在不同的
文件夹中的,这样才能两者兼得.),而没有最后面:$PATH,结果我重复了N次创建删除 .bash_profile文件,也复制
粘贴了N次PATH=${PATH}:/eclipse/android_sdk/platform-tools,就是配置不对。
6. 保存文件,关闭.bash_profile 
7. 更新刚配置的环境变量 
输入source .bash_profile 
8. 验证配置是否成功 
adb shell

 
 
















以上是关于苹果mac os怎么用命令行终端打开app应用程序的主要内容,如果未能解决你的问题,请参考以下文章

苹果mac os怎么用命令行终端打开app应用程序

苹果电脑命令行窗口怎么打开?

苹果Mac OS系统终端命令大全介绍?

Mac下终端命令行(常用)

mac版office。命令式打开

mac打开终端