75
75

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Macターミナルのopenコマンドの使用例

Last updated at Posted at 2014-10-30

##アプリを指定してファイルを開く
$ open -a Atom README.md
README.mdをAtomで開く

##アプリを起動
$ open /Applications/Arduino.app

##URLからWebページ開く
$ open http://github.com

##ディレクトリ指定してFinder起動
$ open ~/Downloads/

##今いるディレクトリをFinderで表示
$ open ./

75
75
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
75
75

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?