Mac os如何在终端下打开APP应用程序

用户在Mac os平台上配置文件的时候有时候需要在Mac终端里面配置一些文件,这时候就需要用命令在终端里面打开app应用程序,但是有很多的用户不会使用终端命令,小编为大家提供了一个在终端下打开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.

(0)

相关推荐

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

    苹果mac os怎么用命令行终端打开app应用程序?有时在mac os平台上配置文件会需要在mac终端打开app应用程序。下文小乐哥为大家分享苹果mac os用命令行终端打开app应用程序教程,一起来 ...

  • Mac苹果电脑的终端怎么打开

    mac终端是一个可以让我们快速进行电脑操作的智能平台,今天就跟大家介绍一下Mac苹果电脑的终端怎么打开的具体操作步骤.1. 打开电脑,进入桌面后,我们一般都会在启动台图标中找到Mac终端.2. 在打开 ...

  • Win10系统下打开任务计划程序的方法

    系统自带的计划任务是一款不可缺少的重要工具之一,我们可以通过计划任务自定义设置这行任务,比如运行软件.系统关机等,而如今win10已发布,那么在win10系统中应该如何设置开机计划任务呢?下面看小编为 ...

  • Mac OS X Mavericks的Finder打开不同标签的操作步骤

    苹果公司最新的Mac OS X 10.9 Mavericks系统在原有基础上增加了不少新功能,可以帮助用户保持文件更加整洁和具有条理性。而Mac用户们最喜欢的无疑就是全新的Finder标签特性了,它允 ...

  • Mac OS X/Linux系统下怎么清除DNS缓存

    Mac OS X 系统,终端输入: sudo dscacheutil -flushcache Linux系统,终端输入: /etc/init.d/nscd restart Windows 系统,CMD ...

  • 在 Mac OS X Lion 全屏模式下调出 Dock 栏

    苹果在 Mac OS X Lion 中引入了“全屏应用软件”的概念: OS X Lion 整个系统都支持绚丽的全屏应用软件,使它们可充分利用 Mac 显示屏的每一寸画面。你可让多个全屏应用软件和多个标 ...

  • Mac OS X 苹果系统下,强制关机及强制重启方法

    电脑死机相信谁都遇见过一点都不陌生.但是假如你的 Mac 死机了怎么办?按电源键关机吗?有没有更好的方法?这篇文章主要讲述,当你的 Mac OS X 系统死机了,到底该怎么强制关机或者是强制重启.以下 ...

  • Win10怎样在锁屏状态下打开某种应用程序

    在Win10的锁屏界面,右下角有三个图标,中间有个像时钟的图标就是所谓的"轻松使用"按钮,里面有讲述人.放大镜.屏幕键盘等功能,这些功能我们可以修改成我们常用的应用程序,这样将大大 ...

  • 在Mac OS X Lion 全屏模式下调出 Dock 栏

    OS X Lion 整个系统都支持绚丽的全屏应用软件,使它们可充分利用 Mac 显示屏的每一寸画面.你可让多个全屏应用软件和多个标准尺寸的程序同时处于开启状态,还能轻松在全屏幕和桌面之间进行切换. 虽 ...