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

苹果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.

(0)

相关推荐

  • Mac OS下的命令行强化工具iTerm使用简介

    iTerm 简介 iTerm 是一款完全免费的,专为 Mac OS 用户打造的命令行应用.我们可以打开它的官方网站看一看 www.iterm2.com: 很有极客风格吧,我们可以点击 Download ...

  • 使Mac OS系统在命令行中显示目录树形结构的方法

    寻觅了良久终于找到了mac下如何在终端显示tree的命令了,作为从linux下转过来的人,还没适应mac的finder,还是喜欢在命令行下查看文件.命令: 复制代码 代码如下: find . -pri ...

  • MAC OS X中更改变默认打开文件应用程序的方法

    MAC OS X系统有着强大的系统内置应用,这些应用可以帮助我们解决许多问题,不过从便捷的程度来看,Mac App Store 里的应用,也是有着其自身的优势的,比如打开文件,Mac App Stor ...

  • mac命令行终端怎么卸载软件 mac命令行终端卸载软件教程

    mac命令行终端怎么卸载软件?mac os系统卸载软件方式有多种, 卸载工具,程序图标拖拽到垃圾桶皆可,但对顽固残留软件该怎么办呢?下文小乐哥分享mac命令行终端卸载软件教程,一起来看看吧! mac命 ...

  • mac命令行终端怎么创建文件 mac命令行终端创建文件教程

    mac命令行终端怎么创建文件?想要在mac os x系统中创建大容量空白文件其实非常简单。本文小乐哥为大家介绍两种创建文件教程,第一种就是使用mac命令行终端创建文件,第二种是使用磁盘工具应用。 ma ...

  • Mac命令行终端怎么打开 Mac终端怎么打开

    在使用Mac os系统时候有很多的操作需要用到Mac命令行终端,但是有很多的用户不知道Mac命令行终端在哪,所以呢小编根据自己的使用情况,给大家写了一个怎么打开打开Mac命令行终端的教程。 第一步:打 ...

  • mac命令行终端怎么卸载软件

    mac命令行终端怎么卸载软件?mac os系统卸载软件方式有多种, 卸载工具,程序图标拖拽到垃圾桶皆可,但对顽固残留软件该怎么办呢?下文小乐哥分享mac命令行终端卸载软件教程,一起来看看吧! mac命 ...

  • Mac命令行终端怎么打开

    第一步:打开自己电脑的launcpad: 第二步:在屏幕的最上方搜索“终端”: 第三步:点开搜索出来的内容就能正常的使用Mac命令行终端了:

  • mac命令行终端怎么输入密码 mac命令行终端输入密码方法

    mac命令行终端怎么输入密码?mac终端需要输入密码有的时候输入密码没有用,或者不能输入密码。下文小乐哥给大家分享经过自己的摸索和使用整合出的mac命令行终端输入密码方法,一起来看看吧! mac命令行 ...