---
layout: single
title:  "命令open"
date:   2022-05-26 00:00:00 +0800
categories: 操作系统
tags: [Command, open]
---

## 指定浏览器打开链接
```shell
open -a Safari http://stackoverflow.com/
open -a Firefox http://stackoverflow.com/
open -a Chrome http://stackoverflow.com/
```

## 参考资料
* [Terminal command to open Safari](https://stackoverflow.com/questions/5721528/terminal-command-to-open-safari)
* [How to open Google Chrome or Safari from Terminal](https://apple.stackexchange.com/questions/305895/how-to-open-google-chrome-or-safari-from-terminal)
