Last Updated on 2021-09-13 by Clay
open 指令
在 Mac OS 作業系統中,我們可以在終端機中透過 open
指令開啟各式各樣的東西,不論是資料夾、檔案、或者是網址。
以下就來做個簡單的示範。
打開特定資料夾
比方說,我可以使用以下指令打開圖片的資料夾。
open ~/Pictures/
Output:
打開特定程式
可以使用以下指令打開圖片(這裡是 LSTM 神經網路結構作為範例):
open ~/Pictures/LSTM.png
Output:
打開特定網址
以下就拿我的部落格作為範例吧!
open https://clay-atlas.com/us
Output:
可以發現,Mac OS 的 open
指令,幾乎什麼檔案都開得起來,十分好用。
References
- https://scriptingosx.com/2017/02/the-macos-open-command/
- https://support.apple.com/guide/terminal/execute-commands-and-run-tools-apdb66b5242-0d18-49fc-9c47-a2498b7c91d5/mac